Skip to content

Commit 414a49e

Browse files
authored
Add missing include for gcc-15 (#2441)
Bug: https://bugs.gentoo.org/938288
1 parent 3a55cdd commit 414a49e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/wayfire/object.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <typeinfo>
55
#include <memory>
66
#include <string>
7+
#include <cstdint>
78

89
#include <wayfire/nonstd/observer_ptr.h>
910

0 commit comments

Comments
 (0)