Browse Source

Add missing SystemAllocator include (#343)

Signed-off-by: santorac <[email protected]>
santorac 3 years ago
parent
commit
206275c79b
1 changed files with 1 additions and 0 deletions
  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