diff options
Diffstat (limited to '')
-rw-r--r-- | m0/mutator_report.h (renamed from mutator_report.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mutator_report.h b/m0/mutator_report.h index ad3b843..0be06f6 100644 --- a/mutator_report.h +++ b/m0/mutator_report.h @@ -30,7 +30,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.* #include "clang/ASTMatchers/ASTMatchFinder.h" #include "clang/Basic/SourceManager.h" #include "clang/Rewrite/Core/Rewriter.h" -#include "tinyxml2/tinyxml2.h" +#include "../tinyxml2/tinyxml2.h" /*********************************************************************************************************************/ using namespace clang; using namespace tinyxml2; |