Include stdint.h to provide int32_t.
* This fixed a libpconsole build error that happened with mingw-w64.
This commit is contained in:
parent
f66e877cba
commit
d418679741
@ -10,6 +10,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <windows.h>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
@ -2,6 +2,7 @@
|
||||
#include <windows.h>
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <sstream>
|
||||
|
Loading…
Reference in New Issue
Block a user