aboutsummaryrefslogtreecommitdiffstats
path: root/pch.hpp
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2020-01-10 10:05:55 +0000
committerbloodstalker <thabogre@gmail.com>2020-01-10 10:05:55 +0000
commit6468a599dc3e900f128c09e5d6efdb0135613bd7 (patch)
tree5c7aa8769ac0dbd8b5415fdff8c883aaefa86bb0 /pch.hpp
parentMerge pull request #8 from schra/fix/readme (diff)
downloadcgrep-6468a599dc3e900f128c09e5d6efdb0135613bd7.tar.gz
cgrep-6468a599dc3e900f128c09e5d6efdb0135613bd7.zip
fixed the declaration prints. fixed the coloring of matches for non-declarations.
Diffstat (limited to 'pch.hpp')
-rw-r--r--pch.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pch.hpp b/pch.hpp
index c3e90f7..bc8fe48 100644
--- a/pch.hpp
+++ b/pch.hpp
@@ -18,4 +18,4 @@
#include <regex>
#include <string>
#include <vector>
-//#include <filesystem>
+#include <boost/filesystem.hpp>