Skip to content

Commit

Permalink
More #include <cstdint> to compile with gcc13
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Feb 23, 2023
1 parent 1233cee commit 4d8283b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions IO/PIO/PIOData.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include "vtkABINamespace.h"

#include <cstdint>
#include <fstream>
#include <iostream>
#include <list>
Expand Down
3 changes: 2 additions & 1 deletion Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
#include "vtkMathTextUtilities.h"
#include "vtkRenderingMatplotlibModule.h" // For export macro

#include <vector> // for std::vector
#include <cstdint> // for std::uint64_t
#include <vector> // for std::vector

struct _object;
typedef struct _object PyObject;
Expand Down

0 comments on commit 4d8283b

Please sign in to comment.