Change GenericTemplates.cpp to GenericTemplates.hpp, as to include it in header files.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-12-26 12:27:54 +01:00
parent aeb8632f51
commit 9e0d8d76fb
6 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
#define CREATURELIB_STATISTICSET_HPP
#include <exception>
#include <stdint.h>
#include "../GenericTemplates.cpp"
#include "../GenericTemplates.hpp"
#include "Exceptions/NotReachableException.hpp"
#include "Statistic.hpp"