diff options
author | David Robillard <d@drobilla.net> | 2020-11-27 14:19:42 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-27 15:20:08 +0100 |
commit | 1517992712e995a1e0035436a92c03428d9cf3c8 (patch) | |
tree | 5adb0a8a5c4e154c564eac2175aada93118a03dd /src/Queue.hpp | |
parent | d1b18af7eea09312825a29bc8c6e797a845bdf77 (diff) | |
download | patchage-1517992712e995a1e0035436a92c03428d9cf3c8.tar.gz patchage-1517992712e995a1e0035436a92c03428d9cf3c8.tar.bz2 patchage-1517992712e995a1e0035436a92c03428d9cf3c8.zip |
Clean up includes
Diffstat (limited to 'src/Queue.hpp')
-rw-r--r-- | src/Queue.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Queue.hpp b/src/Queue.hpp index 96d267e..f1fef95 100644 --- a/src/Queue.hpp +++ b/src/Queue.hpp @@ -18,6 +18,7 @@ #include <atomic> #include <cassert> +#include <cstddef> /** Realtime-safe single-reader single-writer queue */ template<typename T> |