Browse Source

Added missing #pragma once

Signed-off-by: Norbert Prokopiuk <[email protected]>
Norbert Prokopiuk 3 months ago
parent
commit
f084056480
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Gems/SimulationInterfaces/Code/Tests/Tools/TestFixture.h

+ 1 - 0
Gems/SimulationInterfaces/Code/Tests/Tools/TestFixture.h

@@ -6,6 +6,7 @@
  * SPDX-License-Identifier: Apache-2.0 OR MIT
  *
  */
+#pragma once
 
 #include <AzCore/Asset/AssetManagerComponent.h>
 #include <AzCore/Component/ComponentApplication.h>