Skip to content

Commit 129fb3f

Browse files
committed
Seems like I need <cstdint> for
uint32_t et al, for some reason I thought those were built-in with C++.
1 parent 46c1e91 commit 129fb3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/tools/yaml2macho-core/CoreSpec.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
#ifndef YAML2MACHOCOREFILE_CORESPEC_H
1010
#define YAML2MACHOCOREFILE_CORESPEC_H
11+
12+
#include <cstdint>
1113
#include <string>
1214
#include <vector>
1315

0 commit comments

Comments
 (0)