From 0fbc1a8e841b5e6d5c9c9df75eba711f92185f01 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 2 Feb 2016 20:05:17 +0100 Subject: [PATCH] Fix some compilation errors with Movit from packages. --- glwidget.cpp | 4 ++-- mixer.cpp | 2 +- pbo_frame_allocator.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/glwidget.cpp b/glwidget.cpp index e09060f..c57d645 100644 --- a/glwidget.cpp +++ b/glwidget.cpp @@ -9,16 +9,16 @@ #include #include #include -#include #include "glwidget.h" #include #include #include +#include +#include #include "context.h" -#include "effect_chain.h" #include "flags.h" #include "mainwindow.h" #include "mixer.h" diff --git a/mixer.cpp b/mixer.cpp index 70e4a9d..c92d978 100644 --- a/mixer.cpp +++ b/mixer.cpp @@ -4,11 +4,11 @@ #include #include -#include #include #include #include #include +#include #include #include #include diff --git a/pbo_frame_allocator.cpp b/pbo_frame_allocator.cpp index 370fa3d..8c92ec3 100644 --- a/pbo_frame_allocator.cpp +++ b/pbo_frame_allocator.cpp @@ -5,7 +5,7 @@ #include #include -#include "util.h" +#include using namespace std; -- 2.39.2