forked from fmtlib/fmt
Add a missing include.
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user