Skip to content

Commit f3a80d7

Browse files
bmwiedemannPanzerschrek
authored andcommitted
Include cstdint
to make it compile on openSUSE Tumbleweed's gcc15 Without this, it did not find definitions for uint32_t etc
1 parent f6e22b2 commit f3a80d7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/net/net.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#pragma once
2+
#include <cstdint>
23
#include "../fwd.hpp"
34

45
namespace PanzerChasm

src/rendering_context.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#pragma once
2+
#include <cstdint>
23
#include <memory>
34

45
#include <shaders_loading.hpp>

0 commit comments

Comments
 (0)