aboutsummaryrefslogtreecommitdiffstats
path: root/pch.hpp
diff options
context:
space:
mode:
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 bc8fe48..dcebacf 100644
--- a/pch.hpp
+++ b/pch.hpp
@@ -10,6 +10,7 @@
#include "clang/Tooling/CommonOptionsParser.h"
#include "clang/Tooling/Tooling.h"
#include "llvm/Support/raw_ostream.h"
+#include <boost/filesystem.hpp>
#include <cassert>
#include <cstdlib>
#include <dirent.h>
@@ -18,4 +19,3 @@
#include <regex>
#include <string>
#include <vector>
-#include <boost/filesystem.hpp>