mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Check if format.h compiles with windows.h included
This commit is contained in:
parent
d3be932534
commit
c7f2c658a0
@ -33,6 +33,12 @@
|
||||
#include <iomanip>
|
||||
#include <memory>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
// Check if format.h compiles with windows.h included.
|
||||
#ifdef WIN32
|
||||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
#include "format.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
Loading…
Reference in New Issue
Block a user