Commit aa4253e7 authored by Christopher Dykes's avatar Christopher Dykes Committed by Facebook Github Bot 3

Include <folly/portability/Windows.h> in folly::format

Summary:
Because apparently I didn't actually add the `Windows.h` include when I added support for MSVC.
This is safe for all platforms because the portability header only includes `Windows.h` when compiling on Windows.

Reviewed By: yfeldblum

Differential Revision: D3347785

fbshipit-source-id: 4f3e4e6c11953e2588b6fed287324a92e3ef8873
parent 46f41dca
......@@ -28,6 +28,7 @@
#include <folly/Exception.h>
#include <folly/FormatTraits.h>
#include <folly/Traits.h>
#include <folly/portability/Windows.h>
// Ignore -Wformat-nonliteral warnings within this file
#pragma GCC diagnostic push
......
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