summaryrefslogtreecommitdiffstats
path: root/src/trace/pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/trace/pool.h')
-rw-r--r--src/trace/pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trace/pool.h b/src/trace/pool.h
index b4693d941..6ed49b552 100644
--- a/src/trace/pool.h
+++ b/src/trace/pool.h
@@ -51,7 +51,7 @@
*/
-#include <stdlib.h>
+#include <cstdlib>
template <typename T>
class pool {