diff options
author | Chris Robinson <[email protected]> | 2021-04-27 23:03:24 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-04-27 23:03:24 -0700 |
commit | 2f0e37bc245c0c310f40fe7a97687549324d3d48 (patch) | |
tree | 94c6d332f614292585cc3314eb216f62efbfa2ea /al/effects/modulator.cpp | |
parent | 1195bba833375920b31f60f5d09e64ca9a5d0ce8 (diff) |
Add back some more missing includes
Diffstat (limited to 'al/effects/modulator.cpp')
-rw-r--r-- | al/effects/modulator.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/al/effects/modulator.cpp b/al/effects/modulator.cpp index 4c4ee485..d8a1bed6 100644 --- a/al/effects/modulator.cpp +++ b/al/effects/modulator.cpp @@ -1,6 +1,8 @@ #include "config.h" +#include <stdexcept> + #include "AL/al.h" #include "AL/efx.h" |