aboutsummaryrefslogtreecommitdiffstats
path: root/al/buffer.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-04-27 23:03:24 -0700
committerChris Robinson <[email protected]>2021-04-27 23:03:24 -0700
commit2f0e37bc245c0c310f40fe7a97687549324d3d48 (patch)
tree94c6d332f614292585cc3314eb216f62efbfa2ea /al/buffer.cpp
parent1195bba833375920b31f60f5d09e64ca9a5d0ce8 (diff)
Add back some more missing includes
Diffstat (limited to 'al/buffer.cpp')
-rw-r--r--al/buffer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/al/buffer.cpp b/al/buffer.cpp
index aa997130..26fe863e 100644
--- a/al/buffer.cpp
+++ b/al/buffer.cpp
@@ -35,6 +35,7 @@
#include <mutex>
#include <new>
#include <numeric>
+#include <stdexcept>
#include <utility>
#include "AL/al.h"