summaryrefslogtreecommitdiff
path: root/util/histogram.cc
diff options
context:
space:
mode:
Diffstat (limited to 'util/histogram.cc')
-rw-r--r--util/histogram.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/histogram.cc b/util/histogram.cc
index 65092c8..d110d28 100644
--- a/util/histogram.cc
+++ b/util/histogram.cc
@@ -4,8 +4,8 @@
#include "util/histogram.h"
-#include <math.h>
-#include <stdio.h>
+#include <cmath>
+#include <cstdio>
#include "port/port.h"