Skip to content

Commit 261406e

Browse files
committed
fix msvc build on older SDKs
1 parent f415a1b commit 261406e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/common/dict.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#include <stdbool.h>
77
#include <stdalign.h>
88

9+
#include "portability.h"
10+
911
typedef uint32_t KeyHash;
1012
typedef KeyHash (*HashFn)(void*);
1113
typedef bool (*CmpFn)(void*, void*);

0 commit comments

Comments
 (0)