Skip to content

Commit 31be0da

Browse files
authored
BRAYNS-665 Fix compilation issue on spack. (#1289)
1 parent 4fa9802 commit 31be0da

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

brayns/utils/string/StringParser.h

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

2222
#pragma once
2323

24+
#include <cstdint>
2425
#include <string_view>
2526

2627
namespace brayns

deps/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if(NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/spdlog")
6363
FetchContent_Declare(
6464
spdlog
6565
GIT_REPOSITORY https://github.com/gabime/spdlog.git
66-
GIT_TAG v1.12.0
66+
GIT_TAG v1.15.0
6767
GIT_SHALLOW ON
6868
GIT_SUBMODULES_RECURSE ON
6969
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/spdlog

plugins/CircuitExplorer/api/coloring/IBrainColorData.h

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

1919
#pragma once
2020

21+
#include <cstdint>
2122
#include <string>
2223
#include <vector>
2324

0 commit comments

Comments
 (0)