X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FIndexedMemPool.h;fp=folly%2FIndexedMemPool.h;h=6b3fa53a2f631d7232bc19a0c51637a02edd6ce6;hb=05ce52289b0ec8f525a92d6d1955301d0b77c0a7;hp=275d441cc0e646746bd1f142f257853050d17d7e;hpb=04cf6b8f5f46d00de45d09774ef0733a2510bb07;p=folly.git diff --git a/folly/IndexedMemPool.h b/folly/IndexedMemPool.h index 275d441c..6b3fa53a 100644 --- a/folly/IndexedMemPool.h +++ b/folly/IndexedMemPool.h @@ -16,14 +16,16 @@ #pragma once -#include #include #include #include + +#include + #include #include #include -#include +#include #include #include @@ -497,7 +499,7 @@ struct IndexedMemPool : boost::noncopyable { } AtomicStruct& localHead() { - auto stripe = detail::AccessSpreader::current(NumLocalLists); + auto stripe = AccessSpreader::current(NumLocalLists); return local_[stripe].head; }