Fix minor compile error.

This commit is contained in:
Ernie Pasveer
2022-03-06 20:49:14 -06:00
parent b2d41e387c
commit 4fcdeff4fa
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include "/peak/src/Seer/hellosegv/function1.h"
#include "function1.h"
#include <iostream>
#include <unistd.h>
#include <signal.h>
+1 -2
View File
@@ -1,8 +1,7 @@
#include "function1.h"
#include <string>
#include <iostream>
void function1 (const std::string& message);
int main (int argc, char** argv) {
for (int i=0; i<argc; i++) {