Skip to content

Commit

Permalink
Pixelate: Fix missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Sep 13, 2020
1 parent 9c83429 commit 0974637
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/effects/Pixelate.h
Expand Up @@ -36,7 +36,6 @@
#include <cmath>
#include <stdio.h>
#include <memory>
#include "../Color.h"
#include "../Json.h"
#include "../KeyFrame.h"

Expand Down
6 changes: 6 additions & 0 deletions src/effects/Pixelate.cpp
Expand Up @@ -29,6 +29,12 @@
*/

#include "../../include/effects/Pixelate.h"
#include "Json.h"

#include <QImage>
#include <QPainter>
#include <QRect>
#include <QPoint>

using namespace openshot;

Expand Down

0 comments on commit 0974637

Please sign in to comment.