mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-15 07:20:05 +00:00
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.
|
||||
#ifdef _WIN32
|
||||
# include <windows.h>
|
||||
# include <crtdbg.h>
|
||||
#endif
|
||||
|
||||
#include "format.h"
|
||||
|
Loading…
Reference in New Issue
Block a user