diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2017-02-10 07:03:26 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2017-02-10 07:04:02 +0200 |
commit | 186212dc95965a3e7cbc46dcace9af1d19100096 (patch) | |
tree | f6a5948548f7e074ad662e459acceb1662bdb246 | |
parent | ea26be116ab1e93871ccbfbb1267137f4d0ce47f (diff) |
mappedframebuffer.h: add missing include
-rw-r--r-- | kms++/inc/kms++/mappedframebuffer.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |