Fixes for single include

This commit is contained in:
Phil Nash 2015-08-07 17:28:48 +01:00
parent 368714e7aa
commit afcc38efc5
4 changed files with 12 additions and 12 deletions

View file

@ -13,7 +13,7 @@
# pragma clang diagnostic ignored "-Wc++98-compat-pedantic"
#endif
#include "internal/catch_xmlwriter.hpp"
#include "../include/internal/catch_xmlwriter.hpp"
#include <iostream>