Skip to content

Commit 6a0d250

Browse files
tamlin-mikeXottab-DUTY
authored andcommitted
Give xrMemory_POOL.h pragma once, and make it more standalone.
1 parent 0f22237 commit 6a0d250

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/xrCore/xrMemory_POOL.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
#pragma once
12
#ifndef xrMemory_POOLh
23
#define xrMemory_POOLh
3-
#pragma once
4+
#include "Threading/Lock.hpp"
5+
#include "Common/inlining_macros.h"
46

57
class xrMemory;
68

0 commit comments

Comments
 (0)