diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-12 15:43:50 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-12 15:48:16 +0200 |
commit | 4c4c783d023cf1bb6a8d7d883bf8d3384f7b7da1 (patch) | |
tree | eb81974538149ce053d923991eaeebe2a2da3d9e /options/scoped.cpp | |
parent | 8cb6d9d0a5aa617d0d9922ea26f0c98df27b5f1e (diff) |
minor fixes only
Diffstat (limited to 'options/scoped.cpp')
-rw-r--r-- | options/scoped.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/scoped.cpp b/options/scoped.cpp index 96f4a261..58a4ee02 100644 --- a/options/scoped.cpp +++ b/options/scoped.cpp @@ -2,8 +2,8 @@ #include <QApplication> #include <QThread> -// for std::abort() #include <cstdlib> +#include <atomic> #include <QDebug> |