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