Skip to content

Commit

Permalink
fix include error when packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Bvallon-sl committed Jan 2, 2025
1 parent 79ae75b commit 0a02a4b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

#include "StereolabsAIDetectionRunnable.h"
#include "StereolabsPrivatePCH.h"
#include "Stereolabs/Public/Core/StereolabsCoreGlobals.h"
#include "Stereolabs/Public/Core/StereolabsCameraProxy.h"


DEFINE_LOG_CATEGORY(SlAIThread);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

#include "Stereolabs/Private/Threading/StereolabsMeasureRunnable.h"
#include "StereolabsPrivatePCH.h"
#include "Stereolabs/Public/Core/StereolabsCoreGlobals.h"
#include "Stereolabs/Public/Core/StereolabsCameraProxy.h"

DECLARE_CYCLE_STAT_EXTERN(TEXT("AsyncMeasureRetrieve"), STAT_AsyncMeasureRetrieve, STATGROUP_ZED, STEREOLABS_API);
DECLARE_CYCLE_STAT_EXTERN(TEXT("AsyncMeasureGPUtoCPU"), STAT_AsyncMeasureGPUtoCPU, STATGROUP_ZED, STEREOLABS_API);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
#pragma once

#include "Stereolabs/Public/Utilities/StereolabsTimer.h"

#include "Stereolabs/Public/Core/StereolabsCoreGlobals.h"
#include "Stereolabs/Public/Core/StereolabsCameraProxy.h"
#include "HAL/ThreadingBase.h"

/*
Expand Down

0 comments on commit 0a02a4b

Please sign in to comment.