diff options
| author | John Hurst <jhurst@cinecert.com> | 2021-01-12 09:51:31 -0800 |
|---|---|---|
| committer | John Hurst <jhurst@cinecert.com> | 2021-01-12 09:51:31 -0800 |
| commit | 70d6b24694d5d243d5e09cecd34097180a4f2d62 (patch) | |
| tree | 28f878ab0adf178975b186a2b0bab0aa64524c00 /src/as-02-wrap.cpp | |
| parent | 89923a1c78c0ddb25fb1dbdc0acb38732f6beae8 (diff) | |
Adding missing include for prng
Diffstat (limited to 'src/as-02-wrap.cpp')
| -rwxr-xr-x | src/as-02-wrap.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/as-02-wrap.cpp b/src/as-02-wrap.cpp index ded694d..713bcdb 100755 --- a/src/as-02-wrap.cpp +++ b/src/as-02-wrap.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2011-2018, Robert Scheler, Heiko Sparenberg Fraunhofer IIS, +Copyright (c) 2011-2020, Robert Scheler, Heiko Sparenberg Fraunhofer IIS, John Hurst, Wolfgang Ruppel All rights reserved. @@ -37,6 +37,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include <KM_fileio.h> #include <KM_xml.h> +#include <KM_prng.h> #include <AS_02.h> #include "AS_02_ACES.h" #include <PCMParserList.h> |
