From 186212dc95965a3e7cbc46dcace9af1d19100096 Mon Sep 17 00:00:00 2001
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
Date: Fri, 10 Feb 2017 07:03:26 +0200
Subject: mappedframebuffer.h: add missing include

---
 kms++/inc/kms++/mappedframebuffer.h | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'kms++')

diff --git a/kms++/inc/kms++/mappedframebuffer.h b/kms++/inc/kms++/mappedframebuffer.h
index ed3bc69..2905136 100644
--- a/kms++/inc/kms++/mappedframebuffer.h
+++ b/kms++/inc/kms++/mappedframebuffer.h
@@ -1,5 +1,7 @@
 #pragma once
 
+#include "framebuffer.h"
+
 namespace kms
 {
 
-- 
cgit v1.2.3