X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2FAtomicStruct.h;h=a774d31500fd952afd49e1a326560d30e3c5eaa6;hp=58345f688602304f70a8f11cb8bb2a0770051445;hb=29b40639ed7b6b3c47f8c5bafe15265f8c484ef8;hpb=fbfe105970bcf88e8c123046f84bebdfe24f8801 diff --git a/folly/AtomicStruct.h b/folly/AtomicStruct.h index 58345f68..a774d315 100644 --- a/folly/AtomicStruct.h +++ b/folly/AtomicStruct.h @@ -17,7 +17,7 @@ #pragma once #include -#include +#include #include #include #include @@ -27,7 +27,7 @@ namespace folly { namespace detail { template struct AtomicStructIntPick {}; -} +} // namespace detail /// AtomicStruct work like C++ atomics, but can be used on any POD /// type <= 8 bytes.