summaryrefslogtreecommitdiff
path: root/kms++/inc/kms++/extframebuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'kms++/inc/kms++/extframebuffer.h')
-rw-r--r--kms++/inc/kms++/extframebuffer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/kms++/inc/kms++/extframebuffer.h b/kms++/inc/kms++/extframebuffer.h
index f906fb2..3fb74ca 100644
--- a/kms++/inc/kms++/extframebuffer.h
+++ b/kms++/inc/kms++/extframebuffer.h
@@ -1,8 +1,10 @@
#pragma once
+#include <array>
+#include <vector>
+
#include "framebuffer.h"
#include "pixelformats.h"
-#include <vector>
namespace kms
{