aboutsummaryrefslogtreecommitdiffstats
path: root/kms++
diff options
context:
space:
mode:
authorTomi Valkeinen2017-02-09 23:03:26 -0600
committerTomi Valkeinen2017-02-09 23:04:02 -0600
commit186212dc95965a3e7cbc46dcace9af1d19100096 (patch)
treef6a5948548f7e074ad662e459acceb1662bdb246 /kms++
parentea26be116ab1e93871ccbfbb1267137f4d0ce47f (diff)
downloadexternal-kmsxx-186212dc95965a3e7cbc46dcace9af1d19100096.tar.gz
external-kmsxx-186212dc95965a3e7cbc46dcace9af1d19100096.tar.xz
external-kmsxx-186212dc95965a3e7cbc46dcace9af1d19100096.zip
mappedframebuffer.h: add missing include
Diffstat (limited to 'kms++')
-rw-r--r--kms++/inc/kms++/mappedframebuffer.h2
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 @@
1#pragma once 1#pragma once
2 2
3#include "framebuffer.h"
4
3namespace kms 5namespace kms
4{ 6{
5 7