diff options
author | bloodstalker <thabogre@gmail.com> | 2017-03-16 21:43:31 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-03-16 21:43:31 +0000 |
commit | a6d0966126ae0376a0209bb94cba589f9c10c5c4 (patch) | |
tree | 61ccd3bb7942c747d29d4ad33cfeef4313caab36 | |
parent | moved out the report classes into a new file-mutator_report (diff) | |
download | mutator-a6d0966126ae0376a0209bb94cba589f9c10c5c4.tar.gz mutator-a6d0966126ae0376a0209bb94cba589f9c10c5c4.zip |
added a new inclusion directive for the new report files
-rw-r--r-- | mutator-lvl0.cpp | 1 |
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> |