Skip to content

Commit

Permalink
fix errors during packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
sytelus committed Nov 2, 2017
1 parent c85eb43 commit 835d5a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Unreal/Plugins/AirSim/Source/AirBlueprintLib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "common/common_utils/Utils.hpp"
#include "Components/StaticMeshComponent.h"
#include "EngineUtils.h"
#include "UObjectIterator.h"
#include "Kismet/KismetStringLibrary.h"
#include "Engine/Engine.h"

Expand Down
1 change: 1 addition & 0 deletions Unreal/Plugins/AirSim/Source/AirBlueprintLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <string>
#include "Kismet/BlueprintFunctionLibrary.h"
#include "Kismet/KismetMathLibrary.h"
#include "Components/MeshComponent.h"
#include "AirBlueprintLib.generated.h"

UENUM(BlueprintType)
Expand Down

0 comments on commit 835d5a0

Please sign in to comment.