Fix MSVC build: include <atomic>
(Weirdly, only needed with some MSVC versions…)
This commit is contained in:
parent
2574783656
commit
6278e74e4b
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include <simgear/compiler.h>
|
#include <simgear/compiler.h>
|
||||||
|
#include <atomic>
|
||||||
|
|
||||||
#include "QQuickDrawable.hxx"
|
#include "QQuickDrawable.hxx"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue