X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FAtomicBitSetTest.cpp;h=effe16a0131dc2b83194b9213019ac6efd3d01c6;hb=a6b10d84b12734b6cde0d94530b1e3e4635ce00a;hp=3823ad2bb5bed20dfaaf3da897f5c190daf56d46;hpb=321542683a01c3f334047531e9b487f047129775;p=folly.git diff --git a/folly/test/AtomicBitSetTest.cpp b/folly/test/AtomicBitSetTest.cpp index 3823ad2b..effe16a0 100644 --- a/folly/test/AtomicBitSetTest.cpp +++ b/folly/test/AtomicBitSetTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 Facebook, Inc. + * Copyright 2017 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,8 +16,9 @@ #include +#include + #include -#include namespace folly { namespace test {