Commit 52171f42 authored by Orvid King's avatar Orvid King Committed by Facebook Github Bot

Include the atomic portability header in AtomicHashMapTest

Summary: It's using `__sync_fetch_and_add`, so include the right portability header.

Reviewed By: yfeldblum

Differential Revision: D13037888

fbshipit-source-id: 72b209abcf4180cd480be99be20893f74f181e83
parent 5fa36a7a
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include <folly/Benchmark.h> #include <folly/Benchmark.h>
#include <folly/Conv.h> #include <folly/Conv.h>
#include <folly/portability/Atomic.h>
#include <folly/portability/GTest.h> #include <folly/portability/GTest.h>
#include <folly/portability/SysTime.h> #include <folly/portability/SysTime.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