Commit 461255b2 authored by Christopher Dykes's avatar Christopher Dykes Committed by Facebook Github Bot

Fix the build of detail/CacheLocality.h on Windows

Summary: It was broken by D5139886 which added a call to `std::__throw_bad_alloc` without first including the correct portability header.

Reviewed By: yfeldblum

Differential Revision: D5273016

fbshipit-source-id: cac1772f41ae5942a29cefa69fb07d9cf94b5aab
parent 23ad6a00
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#include <folly/Memory.h> #include <folly/Memory.h>
#include <folly/Portability.h> #include <folly/Portability.h>
#include <folly/ThreadId.h> #include <folly/ThreadId.h>
#include <folly/portability/BitsFunctexcept.h>
#include <folly/portability/Memory.h> #include <folly/portability/Memory.h>
namespace folly { namespace folly {
......
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