diff options
author | Chris Robinson <[email protected]> | 2019-03-26 11:37:28 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-03-26 11:37:28 -0700 |
commit | a5b442b1a40080fa678c21e9078ec6c84e2686d4 (patch) | |
tree | c16327ba518456616aa1d7c1daed40c0f5ea1221 /utils/makemhr | |
parent | bcbe7c493c76a62823c3a5d0b36a8d2b40f4c321 (diff) |
Add a missing include for varargs
Diffstat (limited to 'utils/makemhr')
-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 b4773e17..d3962c16 100644 --- a/utils/makemhr/loaddef.cpp +++ b/utils/makemhr/loaddef.cpp @@ -22,6 +22,7 @@ */ #include <cstring> +#include <cstdarg> #include <limits> #include "mysofa.h" |