diff --git a/velox/common/base/BitSet.h b/velox/common/base/BitSet.h index baf2d9a6f2f0..7457ec13e6cc 100644 --- a/velox/common/base/BitSet.h +++ b/velox/common/base/BitSet.h @@ -14,13 +14,13 @@ * limitations under the License. */ +// add a comment #pragma once #include #include #include "velox/common/base/BitUtil.h" - namespace facebook::velox { // Dynamic size dense bit set that Keeps track of maximum set bit. class BitSet {