Add cstdint to io_mgr.h

This commit is contained in:
Alex Shvartzkop 2023-08-18 22:37:44 +03:00
parent a06c1ec826
commit 530f270902
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <cstdint>
#include <config.h> #include <config.h>
#include <vector> #include <vector>
#include <wx/arrstr.h> #include <wx/arrstr.h>