diff options
-rw-r--r-- | kms++/inc/kms++/extframebuffer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kms++/inc/kms++/extframebuffer.h b/kms++/inc/kms++/extframebuffer.h index 5f0660c..43617eb 100644 --- a/kms++/inc/kms++/extframebuffer.h +++ b/kms++/inc/kms++/extframebuffer.h @@ -2,6 +2,7 @@ #include "framebuffer.h" #include "pixelformats.h" +#include <vector> namespace kms { |