From fc8da2d5e36b665dae784ee8e9915dfffb379830 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 19 Dec 2018 15:25:12 -0500 Subject: common: Add basic bit manipulation utility function to Common --- src/common/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/CMakeLists.txt') diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index a5e71d879..845626fc5 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -44,6 +44,7 @@ add_library(common STATIC detached_tasks.cpp detached_tasks.h bit_field.h + bit_util.h cityhash.cpp cityhash.h color.h -- cgit v1.2.3