Skip to content

Commit b69e891

Browse files
committed
Update phsup headers
1 parent 4fafa37 commit b69e891

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phlib/include/phsup.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@
1818
#include <intrin.h>
1919
#include <wchar.h>
2020
#include <assert.h>
21+
#include <stdalign.h>
22+
#include <stdbool.h>
2123
#include <stdint.h>
2224
#include <stdio.h>
2325
#include <malloc.h>
26+
#include <float.h>
2427

2528
// Memory
2629
#define PTR_ADD_OFFSET(Pointer, Offset) ((PVOID)((ULONG_PTR)(Pointer) + (ULONG_PTR)(Offset)))

0 commit comments

Comments
 (0)