]> git.tdb.fi Git - libs/core.git/blobdiff - grep.cpp
Make the programs use the library and headers from installed locations to work correc...
[libs/core.git] / grep.cpp
index 07743072be997253e83356cd5704ea414be7c282..0a3cd8d236bb7ebd8c96c7953fc5ad6d2ebff339 100644 (file)
--- a/grep.cpp
+++ b/grep.cpp
@@ -2,7 +2,7 @@
 #include <iostream>
 #include <string>
 #include <msp/core/getopt.h>
-#include "regex.h"
+#include <msp/strings/regex.h>
 
 using namespace std;
 using namespace Msp;