diff options
Diffstat (limited to 'compilerplugins/clang/plugin.hxx')
-rw-r--r-- | compilerplugins/clang/plugin.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compilerplugins/clang/plugin.hxx b/compilerplugins/clang/plugin.hxx index b9409b2cfc1c..af1394d57b6f 100644 --- a/compilerplugins/clang/plugin.hxx +++ b/compilerplugins/clang/plugin.hxx @@ -11,6 +11,8 @@ #ifndef PLUGIN_H #define PLUGIN_H +#include <config_clang.h> + #include <clang/AST/RecursiveASTVisitor.h> #if __clang_major__ < 3 || __clang_major__ == 3 && __clang_minor__ < 2 |