Skip to content

Commit 587ce10

Browse files
committed
change libcrispr header search paths
1 parent a961d5c commit 587ce10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/crass/Utils.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
#include <sys/stat.h>
4040
#include <errno.h>
4141
#include "Utils.h"
42-
#include <libcrispr/StlExt.h>
43-
#include <libcrispr/Exception.h>
42+
#include "StlExt.h"
43+
#include "Exception.h"
4444

4545

4646
void recursiveMkdir(std::string dir)

0 commit comments

Comments
 (0)