Skip to content

Commit bc5477b

Browse files
committed
More clang-tidy.
1 parent 1dbc654 commit bc5477b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CesiumRasterOverlays/src/IonRasterOverlay.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
#include <cstdint>
2222
#include <memory>
23+
#include <optional>
2324
#include <string>
2425
#include <unordered_map>
2526
#include <utility>

CesiumRasterOverlays/src/TileMapServiceRasterOverlay.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#include <glm/common.hpp>
2525
#include <nonstd/expected.hpp>
26-
#include <spdlog/fwd.h>
26+
#include <spdlog/spdlog.h>
2727
#include <tinyxml2.h>
2828

2929
#include <cstddef>

0 commit comments

Comments
 (0)