X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2FAtomicBitSet.h;h=c03205278d59b3cb01b81b6d2e831b4bc8e709c5;hp=48f1fd9494f2f7ec6b0dfef59ee28c35250df754;hb=37af03980d1e36c1417998d7df2edbf6f182f07a;hpb=22afce906d7e98d95f8c45c3301072d9fd891d41 diff --git a/folly/AtomicBitSet.h b/folly/AtomicBitSet.h index 48f1fd94..c0320527 100644 --- a/folly/AtomicBitSet.h +++ b/folly/AtomicBitSet.h @@ -1,5 +1,5 @@ /* - * Copyright 2014 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. @@ -14,8 +14,7 @@ * limitations under the License. */ -#ifndef FOLLY_ATOMICBITSET_H_ -#define FOLLY_ATOMICBITSET_H_ +#pragma once #include #include @@ -25,6 +24,8 @@ #include +#include + namespace folly { /** @@ -156,6 +157,3 @@ inline bool AtomicBitSet::operator[](size_t idx) const { } } // namespaces - -#endif /* FOLLY_ATOMICBITSET_H_ */ -