Skip to content

Commit

Permalink
Add more AsyncSystem includes
Browse files Browse the repository at this point in the history
  • Loading branch information
azrogers committed Oct 31, 2024
1 parent 1c5eee4 commit 5e44c38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions native~/Editor/src/CesiumIonSessionImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "UnityExternals.h"
#include "UnityTaskProcessor.h"

#include <CesiumAsync/AsyncSystem.h>
#include <CesiumUtility/Uri.h>

#include <DotNet/CesiumForUnity/CesiumIonServer.h>
Expand Down
1 change: 1 addition & 0 deletions native~/Editor/src/UnityExternals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "UnityAssetAccessor.h"
#include "UnityTaskProcessor.h"

#include <CesiumAsync/AsyncSystem.h>
#include <CesiumAsync/CachingAssetAccessor.h>
#include <CesiumAsync/GunzipAssetAccessor.h>
#include <CesiumAsync/SqliteCache.h>
Expand Down
1 change: 1 addition & 0 deletions native~/Runtime/src/UnityTilesetExternals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "UnityPrepareRendererResources.h"
#include "UnityTaskProcessor.h"

#include <CesiumAsync/AsyncSystem.h>
#include <CesiumAsync/CachingAssetAccessor.h>
#include <CesiumAsync/GunzipAssetAccessor.h>
#include <CesiumAsync/SqliteCache.h>
Expand Down

0 comments on commit 5e44c38

Please sign in to comment.