Browse Source

Merge pull request #329 from aws-lumberyard-dev/Atom/FixNonUnity

Add Scene.h header to fix non-unity build
Jeremy Ong 3 years ago
parent
commit
f9531da45d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Gem/Code/Source/MultiSceneExampleComponent.h

+ 1 - 0
Gem/Code/Source/MultiSceneExampleComponent.h

@@ -16,6 +16,7 @@
 #include <AzCore/Asset/AssetCommon.h>
 #include <AzCore/Component/TickBus.h>
 
+#include <AzFramework/Scene/Scene.h>
 #include <AzFramework/Windowing/WindowBus.h>
 #include <AzFramework/Windowing/NativeWindow.h>