diff options
author | bloodstalker <thabogre@gmail.com> | 2020-01-10 10:05:55 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-01-10 10:05:55 +0000 |
commit | 6468a599dc3e900f128c09e5d6efdb0135613bd7 (patch) | |
tree | 5c7aa8769ac0dbd8b5415fdff8c883aaefa86bb0 /pch.hpp | |
parent | Merge pull request #8 from schra/fix/readme (diff) | |
download | cgrep-6468a599dc3e900f128c09e5d6efdb0135613bd7.tar.gz cgrep-6468a599dc3e900f128c09e5d6efdb0135613bd7.zip |
fixed the declaration prints. fixed the coloring of matches for non-declarations.
Diffstat (limited to '')
-rw-r--r-- | pch.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,4 +18,4 @@ #include <regex> #include <string> #include <vector> -//#include <filesystem> +#include <boost/filesystem.hpp> |