mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
12 lines
340 B
Diff
12 lines
340 B
Diff
diff --git a/simgear/scene/viewer/Compositor.hxx b/simgear/scene/viewer/Compositor.hxx
|
|
index f7e538c..74465af 100644
|
|
--- a/simgear/scene/viewer/Compositor.hxx
|
|
+++ b/simgear/scene/viewer/Compositor.hxx
|
|
@@ -17,6 +17,7 @@
|
|
#ifndef SG_COMPOSITOR_HXX
|
|
#define SG_COMPOSITOR_HXX
|
|
|
|
+#include <array>
|
|
#include <unordered_map>
|
|
#include <vector>
|
|
|