X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2FGroupVarint.cpp;h=63648e85eb0dd40e74202fb6d6469c80bd896fad;hp=2b5462459065218a07813c944b61ae058d34ca57;hb=bca34971c398bb8f5f258dba57206068bfd29937;hpb=5c77fedbef46995a71ffa268c9fcaf49efddd01b diff --git a/folly/GroupVarint.cpp b/folly/GroupVarint.cpp index 2b546245..63648e85 100644 --- a/folly/GroupVarint.cpp +++ b/folly/GroupVarint.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2013 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,9 @@ * limitations under the License. */ -#include "folly/GroupVarint.h" +#include +#if HAVE_GROUP_VARINT namespace folly { const uint32_t GroupVarint32::kMask[] = { @@ -28,5 +29,5 @@ const uint64_t GroupVarint64::kMask[] = { 0xffffffffffffffffULL }; -} // namespace folly - +} // namespace folly +#endif