blob: 77c712b1ffcbeef3391b015839eab7f40b5e9258 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/src/lib/utau/UtauDB.cpp b/src/lib/utau/UtauDB.cpp
index 93467ca..38b0a0b 100644
--- a/src/lib/utau/UtauDB.cpp
+++ b/src/lib/utau/UtauDB.cpp
@@ -12,6 +12,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/
#include <iostream>
+#include <algorithm>
#include <boost/filesystem.hpp>
#include "UtauDB.h"
#include "TextInputStream.h"
|