aboutsummaryrefslogtreecommitdiffstats
path: root/pch.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pch.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pch.hpp b/pch.hpp
index 7f1c485..665645e 100644
--- a/pch.hpp
+++ b/pch.hpp
@@ -1,3 +1,4 @@
+#include "./cfe-extra/cfe_extra.h"
#include "clang/AST/AST.h"
#include "clang/AST/ASTConsumer.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
@@ -19,4 +20,3 @@
#include <regex>
#include <string>
#include <vector>
-#include "./cfe-extra/cfe_extra.h"