summarylogtreecommitdiffstats
path: root/cstdint.patch
blob: 33abe83d5da2f3d9eed548e675c2c0a20423a4ac (plain)
1
2
3
4
5
6
7
8
9
10
--- stdafx.h	2020-04-14 04:58:57.000000000 -0400
+++ stdafx-fix.h	2025-06-15 03:21:13.448140174 -0400
@@ -62,6 +62,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
+#include <cstdint>
 #ifdef HAVE_MALLOC_H
 #include <malloc.h>
 #endif