mu-runtime: include string

Was missing, and breaks compilation in some environments.
This commit is contained in:
Dirk-Jan C. Binnema 2019-07-18 16:16:08 +03:00
parent 710b6daf1e
commit b7cda29b96
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@
#include "mu-util.h"
#include <locale.h> /* for setlocale() */
#include <string>
#include <unordered_map>
static std::unordered_map<MuRuntimePath, std::string> RuntimePaths;