Fix execute library include compatibility
This commit is contained in:
parent
a66b2f18f6
commit
670719ad8b
@ -12,7 +12,7 @@
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "../exec/lib/exec.hpp"
|
||||
#include "../../exec/lib/exec.hpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
@ -1 +1 @@
|
||||
g++ test.cpp ../src/*.cpp ../exec/src/*.cpp -o test
|
||||
g++ test.cpp ../src/*.cpp ../../exec/src/*.cpp -o test
|
Loading…
x
Reference in New Issue
Block a user