From 144dfc821f8a496a71e8de24796c9bb0c611c8aa Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 27 Dec 2016 00:18:06 +0330 Subject: included json.hpp --- mutator_aux.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mutator_aux.cpp') 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 -- cgit v1.2.3