From 8e48d67568e7beb478ab2fb1ca37aa5eeee29b89 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Thu, 31 Jan 2019 01:37:09 +0100 Subject: [PATCH] Uncomment the qdebug includes i've wasted enough time uncommenting and commenting them again --- src/imageformats/exr.cpp | 2 +- src/imageformats/pcx.cpp | 2 +- src/imageformats/ras.cpp | 2 +- src/imageformats/rgb.cpp | 2 +- src/imageformats/tga.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/imageformats/exr.cpp b/src/imageformats/exr.cpp index 170364c..07ead6c 100644 --- a/src/imageformats/exr.cpp +++ b/src/imageformats/exr.cpp @@ -30,7 +30,7 @@ #include #include -// #include +#include #include class K_IStream: public Imf::IStream diff --git a/src/imageformats/pcx.cpp b/src/imageformats/pcx.cpp index a617477..ad12c85 100644 --- a/src/imageformats/pcx.cpp +++ b/src/imageformats/pcx.cpp @@ -11,7 +11,7 @@ #include #include -// #include +#include #include diff --git a/src/imageformats/ras.cpp b/src/imageformats/ras.cpp index a09ac77..1b866f2 100644 --- a/src/imageformats/ras.cpp +++ b/src/imageformats/ras.cpp @@ -13,7 +13,7 @@ #include #include -// #include +#include namespace // Private. { diff --git a/src/imageformats/rgb.cpp b/src/imageformats/rgb.cpp index f47ed5a..2eb60a8 100644 --- a/src/imageformats/rgb.cpp +++ b/src/imageformats/rgb.cpp @@ -27,7 +27,7 @@ #include #include -// #include +#include class RLEData : public QVector { diff --git a/src/imageformats/tga.cpp b/src/imageformats/tga.cpp index d2ced9c..ab05e33 100644 --- a/src/imageformats/tga.cpp +++ b/src/imageformats/tga.cpp @@ -24,7 +24,7 @@ #include #include -// #include +#include typedef quint32 uint; typedef quint16 ushort;