aboutsummaryrefslogtreecommitdiffstats
path: root/al/effects
diff options
context:
space:
mode:
Diffstat (limited to 'al/effects')
-rw-r--r--al/effects/chorus.cpp2
-rw-r--r--al/effects/fshifter.cpp2
-rw-r--r--al/effects/modulator.cpp2
-rw-r--r--al/effects/vmorpher.cpp2
4 files changed, 8 insertions, 0 deletions
diff --git a/al/effects/chorus.cpp b/al/effects/chorus.cpp
index 704d7230..2466d97e 100644
--- a/al/effects/chorus.cpp
+++ b/al/effects/chorus.cpp
@@ -1,6 +1,8 @@
#include "config.h"
+#include <stdexcept>
+
#include "AL/al.h"
#include "AL/efx.h"
diff --git a/al/effects/fshifter.cpp b/al/effects/fshifter.cpp
index 63621aa6..4aa860a2 100644
--- a/al/effects/fshifter.cpp
+++ b/al/effects/fshifter.cpp
@@ -1,6 +1,8 @@
#include "config.h"
+#include <stdexcept>
+
#include "AL/al.h"
#include "AL/efx.h"
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"
diff --git a/al/effects/vmorpher.cpp b/al/effects/vmorpher.cpp
index 076776a9..1b4710ff 100644
--- a/al/effects/vmorpher.cpp
+++ b/al/effects/vmorpher.cpp
@@ -1,6 +1,8 @@
#include "config.h"
+#include <stdexcept>
+
#include "AL/al.h"
#include "AL/efx.h"