aboutsummaryrefslogtreecommitdiff
path: root/lldb/include/lldb/Host/StringConvert.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Host/StringConvert.h')
-rw-r--r--lldb/include/lldb/Host/StringConvert.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lldb/include/lldb/Host/StringConvert.h b/lldb/include/lldb/Host/StringConvert.h
index ad629ff30429..33608a85ff42 100644
--- a/lldb/include/lldb/Host/StringConvert.h
+++ b/lldb/include/lldb/Host/StringConvert.h
@@ -9,9 +9,7 @@
#ifndef LLDB_HOST_STRINGCONVERT_H
#define LLDB_HOST_STRINGCONVERT_H
-#include <stdint.h>
-
-
+#include <cstdint>
namespace lldb_private {