Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d346ecd

Browse files
nyalldawsongithub-actions[bot]
authored andcommittedMar 15, 2023
Fix mdal mingw build
1 parent eedf8e5 commit d346ecd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎external/mdal/3rdparty/textio.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ SOFTWARE.
5353
#include <cmath>
5454
#include <cstring>
5555
#include <iostream>
56+
#include <cstdint>
5657

5758
namespace textio
5859
{

‎external/mdal/mdal_datetime.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include <string>
1010
#include <vector>
11+
#include <cstdint>
1112

1213
#include "mdal.h"
1314

0 commit comments

Comments
 (0)
Please sign in to comment.