Skip to content

Commit 53096f9

Browse files
committed
[lldb] Try to fix build after d1556e5
Getting lots of `error: unknown type name 'uint64_t'` and `uint32_t` in this file on Linux.
1 parent 13a3494 commit 53096f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/include/lldb/Target/RegisterFlags.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#ifndef LLDB_TARGET_REGISTERFLAGS_H
1010
#define LLDB_TARGET_REGISTERFLAGS_H
1111

12+
#include <stdint.h>
1213
#include <string>
1314
#include <vector>
1415

0 commit comments

Comments
 (0)