summaryrefslogtreecommitdiff
path: root/src/inspector_agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspector_agent.h')
-rw-r--r--src/inspector_agent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspector_agent.h b/src/inspector_agent.h
index 905b1e2841..b8b03b2edc 100644
--- a/src/inspector_agent.h
+++ b/src/inspector_agent.h
@@ -5,7 +5,7 @@
#include <memory>
-#include <stddef.h>
+#include <cstddef>
#if !HAVE_INSPECTOR
#error("This header can only be used when inspector is enabled")