浏览代码

Add missing SystemAllocator include (#343)

Signed-off-by: santorac <[email protected]>
santorac 3 年之前
父节点
当前提交
206275c79b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Gem/Code/Source/Automation/ScriptableImGui.h

+ 1 - 0
Gem/Code/Source/Automation/ScriptableImGui.h

@@ -12,6 +12,7 @@
 #include <AzCore/std/string/string.h>
 #include <AzCore/std/containers/unordered_map.h>
 #include <AzCore/Math/Vector3.h>
+#include <AzCore/Memory/SystemAllocator.h>
 #include <imgui/imgui.h>
 
 #define SCRIPTABLE_IMGUI