Skip to content

Commit

Permalink
Fix build with GCC 13 (#252)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
thesamesam committed Apr 15, 2023
1 parent 6fd956d commit b1479db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/netviz/plot_view.h
Expand Up @@ -23,6 +23,7 @@
#include <cairo/cairo-pdf.h>
#endif

#include <cstdint>
#include <vector>
#include <string>
#include <math.h>
Expand Down

0 comments on commit b1479db

Please sign in to comment.