Skip to content

Commit f3d9bad

Browse files
committed
common : try to fix build
1 parent 7d3da68 commit f3d9bad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/common.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@
1616
#define MINIAUDIO_IMPLEMENTATION
1717
#include "miniaudio.h"
1818

19+
#include <algorithm>
1920
#include <cmath>
21+
#include <codecvt>
2022
#include <cstring>
2123
#include <fstream>
22-
#include <regex>
2324
#include <locale>
24-
#include <codecvt>
25+
#include <regex>
2526
#include <sstream>
2627

2728
#if defined(_MSC_VER)

0 commit comments

Comments
 (0)