author | Lorenzo Bettini <bettini@dsi.unifi.it> | 2012年04月14日 16:04:37 +0200 |
---|---|---|
committer | Lorenzo Bettini <bettini@dsi.unifi.it> | 2012年04月14日 16:04:37 +0200 |
commit | 4978d781ddf461c3d0b252d8e5dccda06288e0b3 (patch) | |
tree | 7de8a66feb66e4e42c302b177c4fb2e5dc5cd16e /src/check-regexp.cpp | |
parent | a9beab9522b7f542f2a1fd624c3acfa244520ce1 (diff) | |
download | src-highlite-4978d781ddf461c3d0b252d8e5dccda06288e0b3.tar.gz |
-rw-r--r-- | src/check-regexp.cpp | 4 |
diff --git a/src/check-regexp.cpp b/src/check-regexp.cpp index bae949c..679504d 100644 --- a/src/check-regexp.cpp +++ b/src/check-regexp.cpp @@ -48,6 +48,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <cstdlib> #include <boost/regex.hpp> #include <iostream> |