Skip to content

Commit

Permalink
Add missing headers
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksander Kamiński <[email protected]>
  • Loading branch information
alek-kam-robotec-ai committed Oct 22, 2024
1 parent 5e562bb commit a686fe3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <Entity/Terrain/TerrainEntityManagerSystemComponent.h>
#include <RGL/RGLBus.h>
#include <Utilities/RGLUtils.h>
#include <ROS2/Lidar/ClassSegmentationBus.h>

namespace RGL
{
Expand Down
3 changes: 3 additions & 0 deletions Code/Source/SceneConfiguration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <AzCore/Asset/AssetSerializer.h>
#include <AzCore/Serialization/EditContext.h>
#include <AzCore/Serialization/SerializeContext.h>
#include <RGL/SceneConfiguration.h>

namespace RGL
Expand Down
1 change: 1 addition & 0 deletions Code/Source/Wrappers/RglMesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <AzCore/Casting/numeric_cast.h>
#include <Utilities/RGLUtils.h>
#include <Wrappers/RglMesh.h>
#include <rgl/api/core.h>
Expand Down
1 change: 1 addition & 0 deletions Code/Source/Wrappers/RglTexture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
*/
#include <Atom/RPI.Public/BlockCompression.h>
#include <AzCore/Name/NameDictionary.h>
#include <Utilities/RGLUtils.h>
#include <Wrappers/RglTexture.h>

namespace RGL::Wrappers
Expand Down

0 comments on commit a686fe3

Please sign in to comment.