Skip to content

Commit b30a19c

Browse files
committed
fix include for uint32_t
1 parent eaafd2c commit b30a19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analysis/lattices/shared.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#ifndef wasm_analysis_lattices_shared_h
1818
#define wasm_analysis_lattices_shared_h
1919

20-
#include <cstddef>
20+
#include <cstdint>
2121

2222
#include "../lattice.h"
2323
#include "bool.h"

0 commit comments

Comments
 (0)