diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-03-17 14:26:50 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-03-17 14:26:50 +0100 |
commit | c2da220eab0c42809e372344f07c277eb149d212 (patch) | |
tree | ef5702abb8de76c530d0951569d42712396f718e /src/ModPlugin.h | |
parent | 937473ba892e1965be1614f95b32a22e3eb8ba4e (diff) | |
download | dabmod-c2da220eab0c42809e372344f07c277eb149d212.tar.gz dabmod-c2da220eab0c42809e372344f07c277eb149d212.tar.bz2 dabmod-c2da220eab0c42809e372344f07c277eb149d212.zip |
Add missing atomic include in ModPlugin.h
Diffstat (limited to 'src/ModPlugin.h')
-rw-r--r-- | src/ModPlugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ModPlugin.h b/src/ModPlugin.h index edb7d2d..f3a8e2a 100644 --- a/src/ModPlugin.h +++ b/src/ModPlugin.h @@ -38,6 +38,7 @@ #include <vector> #include <memory> #include <thread> +#include <atomic> class ModPlugin { |