Add a missing include.
This commit is contained in:
parent
a684d0cebf
commit
fb7b11ead0
@ -38,6 +38,7 @@
|
|||||||
// Check if format.h compiles with windows.h included.
|
// Check if format.h compiles with windows.h included.
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
# include <windows.h>
|
# include <windows.h>
|
||||||
|
# include <crtdbg.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "format.h"
|
#include "format.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user