diff options
Diffstat (limited to 'src/profiler.h')
-rw-r--r-- | src/profiler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/profiler.h b/src/profiler.h index 9264cc2ab..dce7d57e2 100644 --- a/src/profiler.h +++ b/src/profiler.h @@ -22,10 +22,11 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "common_irrlicht.h" #include <string> -#include "utility.h" #include <jmutex.h> #include <jmutexautolock.h> #include <map> +#include "util/timetaker.h" +#include "util/numeric.h" // paging() /* Time profiler |