summaryrefslogtreecommitdiff
path: root/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'http.h')
-rw-r--r--http.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/http.h b/http.h
index da9cbeb2..b9ffd64d 100644
--- a/http.h
+++ b/http.h
@@ -26,7 +26,7 @@
#include <unordered_map>
#include <functional>
#include <utility>
-#include <stdint.h>
+#include <cstdint>
#ifdef BINARYNINJACORE_LIBRARY
#include "downloadprovider.h"
@@ -366,4 +366,4 @@ namespace BinaryNinja::Http
#undef _STD_SET
#undef _STD_UNORDERED_MAP
#undef _STD_MAP
-} // namespace BinaryNinjaCore::Http \ No newline at end of file
+} // namespace BinaryNinjaCore::Http