aboutsummaryrefslogtreecommitdiffstats
path: root/core/buffer_storage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/buffer_storage.cpp')
-rw-r--r--core/buffer_storage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/buffer_storage.cpp b/core/buffer_storage.cpp
index 6ffab124..a343b946 100644
--- a/core/buffer_storage.cpp
+++ b/core/buffer_storage.cpp
@@ -3,7 +3,7 @@
#include "buffer_storage.h"
-#include <stdint.h>
+#include <cstdint>
const char *NameFromFormat(FmtType type) noexcept