Skip to content

Commit e2103d2

Browse files
chewiRicardoLuis0
authored andcommitted
Fix building with GCC 15
1 parent 49e47fe commit e2103d2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libraries/ZWidget/include/zwidget/window/window.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#include <cstdint>
34
#include <memory>
45
#include <string>
56
#include <functional>

src/common/utility/r_memory.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#include <cstdint>
34
#include <memory>
45
#include <vector>
56

0 commit comments

Comments
 (0)