diff options
Diffstat (limited to 'src/AudioDriver.hpp')
-rw-r--r-- | src/AudioDriver.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AudioDriver.hpp b/src/AudioDriver.hpp index a1e1a33..654b8bb 100644 --- a/src/AudioDriver.hpp +++ b/src/AudioDriver.hpp @@ -20,6 +20,7 @@ #include "Driver.hpp" #include <cstdint> +#include <utility> namespace patchage { |