Commit c7f2c658 authored by Victor Zverovich's avatar Victor Zverovich

Check if format.h compiles with windows.h included

parent d3be9325
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment