Fix mdal mingw build

This commit is contained in:
Nyall Dawson 2023-03-15 11:08:37 +10:00
parent 2f8053aa6a
commit dd426cc61f
2 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,7 @@ SOFTWARE.
#include <cmath>
#include <cstring>
#include <iostream>
#include <cstdint>
namespace textio
{

View File

@ -8,6 +8,7 @@
#include <string>
#include <vector>
#include <cstdint>
#include "mdal.h"