summaryrefslogtreecommitdiff
path: root/src/profiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiler.h')
-rw-r--r--src/profiler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/profiler.h b/src/profiler.h
index fade4c924..78055b0d4 100644
--- a/src/profiler.h
+++ b/src/profiler.h
@@ -20,13 +20,14 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#pragma once
#include "irrlichttypes.h"
+#include <cassert>
#include <string>
#include <map>
+#include <ostream>
#include "threading/mutex_auto_lock.h"
#include "util/timetaker.h"
#include "util/numeric.h" // paging()
-#include "debug.h" // assert()
#define MAX_PROFILER_TEXT_ROWS 20