Skip to content

Commit

Permalink
Add a missing header for std::strtoul
Browse files Browse the repository at this point in the history
  • Loading branch information
atetubou authored and charles-lunarg committed Oct 28, 2024
1 parent 89fda45 commit 9123b8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/layer/vk_layer_settings_helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
// - Christophe Riccio <[email protected]>
#include "vulkan/layer/vk_layer_settings.hpp"

#include <cstdlib>

static std::string Merge(const std::vector<std::string> &strings) {
std::string result;

Expand Down

0 comments on commit 9123b8c

Please sign in to comment.