Skip to content

Commit b1479db

Browse files
authored
Fix build with GCC 13 (#252)
GCC 13 (as usual for new compiler releases) shuffles around some internal includes and so etc is no longer transitively included. See https://gnu.org/software/gcc/gcc-13/porting_to.html. Bug: https://bugs.gentoo.org/895282
1 parent 6fd956d commit b1479db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/netviz/plot_view.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <cairo/cairo-pdf.h>
2424
#endif
2525

26+
#include <cstdint>
2627
#include <vector>
2728
#include <string>
2829
#include <math.h>

0 commit comments

Comments
 (0)