Skip to content

Commit

Permalink
BRAYNS-665 Fix compilation issue on spack. (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien4193 authored Nov 26, 2024
1 parent 4fa9802 commit 31be0da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions brayns/utils/string/StringParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#pragma once

#include <cstdint>
#include <string_view>

namespace brayns
Expand Down
2 changes: 1 addition & 1 deletion deps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if(NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/spdlog")
FetchContent_Declare(
spdlog
GIT_REPOSITORY https://github.com/gabime/spdlog.git
GIT_TAG v1.12.0
GIT_TAG v1.15.0
GIT_SHALLOW ON
GIT_SUBMODULES_RECURSE ON
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/spdlog
Expand Down
1 change: 1 addition & 0 deletions plugins/CircuitExplorer/api/coloring/IBrainColorData.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#pragma once

#include <cstdint>
#include <string>
#include <vector>

Expand Down

0 comments on commit 31be0da

Please sign in to comment.