Skip to content

Commit

Permalink
Merge pull request robcog-iai#16 from HoangGiang93/FixInclude
Browse files Browse the repository at this point in the history
Fix include
  • Loading branch information
andreihaidu authored Apr 18, 2022
2 parents 1c9e81c + 5c73a11 commit bbb6a5a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Source/URoboVision/Private/RGBDCamera.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "RGBDCamera.h"
#include "Components/SceneCaptureComponent2D.h"
#include "Camera/CameraComponent.h"
#include "ConstructorHelpers.h"
#include "UObject/ConstructorHelpers.h"
#include "EngineUtils.h"
#include "StopTime.h"
#include "Server.h"
Expand Down
2 changes: 1 addition & 1 deletion Source/URoboVision/Private/SegmentationComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <sstream>
#include "Components/SceneCaptureComponent2D.h"
#include "Camera/CameraComponent.h"
#include "ConstructorHelpers.h"
#include "UObject/ConstructorHelpers.h"
#include "EngineUtils.h"
#include "StopTime.h"
#include "Server.h"
Expand Down
2 changes: 1 addition & 1 deletion Source/URoboVision/Public/SkeletalSegmentationSceneProxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "Runtime/Engine/Public/MaterialShared.h"
#include "Runtime/Engine/Classes/Engine/Engine.h"
#include "Runtime/Engine/Public/Rendering/SkeletalMeshRenderData.h"
#include "ConstructorHelpers.h"
#include "UObject/ConstructorHelpers.h"
#include "EngineUtils.h"

class FSkeletalSegmentationSceneProxy : public FSkeletalMeshSceneProxy
Expand Down
2 changes: 1 addition & 1 deletion Source/URoboVision/Public/StaticSegmentationSceneProxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "Runtime/Engine/Public/MaterialShared.h"
#include "Runtime/Engine/Classes/Engine/Engine.h"
#include "Runtime/Engine/Public/Rendering/SkeletalMeshRenderData.h"
#include "ConstructorHelpers.h"
#include "UObject/ConstructorHelpers.h"
#include "EngineUtils.h"


Expand Down
2 changes: 1 addition & 1 deletion Source/URoboVision/Public/URoboVision.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#pragma once

#include "CoreMinimal.h"
#include "ModuleManager.h"
#include "Modules/ModuleManager.h"

class FURoboVisionModule : public IModuleInterface
{
Expand Down

0 comments on commit bbb6a5a

Please sign in to comment.