Skip to content

Commit 3f22a1f

Browse files
committed
Merged PR 1230: fix missing headers
fix missing headers
1 parent 39bace0 commit 3f22a1f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lotus/core/framework/bfc_arena.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ limitations under the License.
2222
#include <array>
2323
#include <sstream>
2424

25+
#if defined(PLATFORM_WINDOWS)
26+
#include <intrin.h>
27+
#endif
28+
29+
2530
namespace Lotus {
2631
// Runtime statistics collected by an allocator.
2732
struct AllocatorStats {

0 commit comments

Comments
 (0)