Skip to content

Commit

Permalink
Add cstdint include to fix clang CI build (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkoch authored Apr 3, 2024
1 parent 4aee86c commit 3073faa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vkconfig_core/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#pragma once

#include <cstddef>
#include <cstdint>
#include <string>

#define SUPPORT_LAYER_CONFIG_2_2_0 1
Expand Down

0 comments on commit 3073faa

Please sign in to comment.