diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-26 20:48:06 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-26 20:48:06 +0000 |
commit | 144dfc821f8a496a71e8de24796c9bb0c611c8aa (patch) | |
tree | f9cb0232373a3ee373de8263ebf30e489078ed48 | |
parent | added the json makefile is being called now (diff) | |
download | mutator-144dfc821f8a496a71e8de24796c9bb0c611c8aa.tar.gz mutator-144dfc821f8a496a71e8de24796c9bb0c611c8aa.zip |
included json.hpp
-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 |