summaryrefslogtreecommitdiff
path: root/src/gcinfo/gcinfoencoder.cpp
diff options
context:
space:
mode:
authorPat Gavlin <pagavlin@microsoft.com>2016-04-11 10:24:23 -0700
committerPat Gavlin <pagavlin@microsoft.com>2016-04-14 13:58:29 -0700
commitd0b6a85c895b4102ff849ffc0d276b6af8c63bb0 (patch)
treedd792afec1f09ecd4cc816d1068b61c5b302f659 /src/gcinfo/gcinfoencoder.cpp
parent08e1b2f05ba15efff366c4fd70ff475359022bb3 (diff)
downloadcoreclr-d0b6a85c895b4102ff849ffc0d276b6af8c63bb0.tar.gz
coreclr-d0b6a85c895b4102ff849ffc0d276b6af8c63bb0.tar.bz2
coreclr-d0b6a85c895b4102ff849ffc0d276b6af8c63bb0.zip
Move `BitPosition` into its own file.
This will allow the GC info encoder and the JIT to use this function without pulling in the entire utilcode header.
Diffstat (limited to 'src/gcinfo/gcinfoencoder.cpp')
-rw-r--r--src/gcinfo/gcinfoencoder.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gcinfo/gcinfoencoder.cpp b/src/gcinfo/gcinfoencoder.cpp
index 9fb37d37ef..b76290bd56 100644
--- a/src/gcinfo/gcinfoencoder.cpp
+++ b/src/gcinfo/gcinfoencoder.cpp
@@ -25,6 +25,7 @@
#ifndef STANDALONE_BUILD
#include "log.h"
#include "simplerhash.h"
+#include "bitposition.h"
#endif
#ifdef MEASURE_GCINFO