diff options
author | kcat <[email protected]> | 2019-07-14 03:58:38 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2019-07-14 03:58:38 -0700 |
commit | d2f71ae42a3527b9268d50ef873526d02abc7f49 (patch) | |
tree | 0165e88ee8a515fb4b147c8000220dba563246dc /utils/makemhr/loaddef.cpp | |
parent | 363e2fb73a6dea31db4164531016879aa188da84 (diff) | |
parent | 4027664fc2d73656d7ec223fb3946d501baa433f (diff) |
Merge pull request #314 from PenguinDOOM/pr-master
Fixed makemhr and sofa-info errors
Diffstat (limited to 'utils/makemhr/loaddef.cpp')
-rw-r--r-- | utils/makemhr/loaddef.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/makemhr/loaddef.cpp b/utils/makemhr/loaddef.cpp index d3962c16..28f2e1b0 100644 --- a/utils/makemhr/loaddef.cpp +++ b/utils/makemhr/loaddef.cpp @@ -24,6 +24,7 @@ #include <cstring> #include <cstdarg> #include <limits> +#include <algorithm> #include "mysofa.h" |