aboutsummaryrefslogtreecommitdiffstats
path: root/mutator-lvl0.cpp
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-03-16 21:43:31 +0000
committerbloodstalker <thabogre@gmail.com>2017-03-16 21:43:31 +0000
commita6d0966126ae0376a0209bb94cba589f9c10c5c4 (patch)
tree61ccd3bb7942c747d29d4ad33cfeef4313caab36 /mutator-lvl0.cpp
parentmoved out the report classes into a new file-mutator_report (diff)
downloadmutator-a6d0966126ae0376a0209bb94cba589f9c10c5c4.tar.gz
mutator-a6d0966126ae0376a0209bb94cba589f9c10c5c4.zip
added a new inclusion directive for the new report files
Diffstat (limited to '')
-rw-r--r--mutator-lvl0.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mutator-lvl0.cpp b/mutator-lvl0.cpp
index 096d614..cacb098 100644
--- a/mutator-lvl0.cpp
+++ b/mutator-lvl0.cpp
@@ -24,6 +24,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*
/*project headers*/
#include "mutator-lvl0.h"
#include "mutator_aux.h"
+#include "mutator_report.h"
/*standard headers*/
#include <cassert>
#include <exception>