diff options
-rw-r--r-- | mutator_aux.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mutator_aux.cpp b/mutator_aux.cpp index 8bec2d3..f094ea3 100644 --- a/mutator_aux.cpp +++ b/mutator_aux.cpp @@ -10,9 +10,11 @@ #include "clang/Basic/SourceManager.h" #include "clang/Rewrite/Core/Rewriter.h" #include "tinyxml2/tinyxml2.h" +#include "json/json.hpp" /*********************************************************************************************************************/ using namespace clang; using namespace tinyxml2; +using json = nlohmann::json; /*********************************************************************************************************************/ namespace Devi { /*a simple function that checks the sourcelocations for a macro expansion. returns the sourcelocation without |