aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/ext/KviOggTheoraEncoder.cpp
diff options
context:
space:
mode:
authorGravatar IceN9ne2016-10-28 16:06:33 -0400
committerGravatar IceN9ne2016-10-28 17:24:29 -0400
commit96ca5fbe4e047d59e4bcc28d012bfe92e3a2d228 (patch)
tree228f94cd41fa95d6ff52d5fd660d542ab5f6d7f8 /src/kvilib/ext/KviOggTheoraEncoder.cpp
parentupdate po{t}s and pos, specify package name and version in po{t}s (diff)
downloadKVIrc-96ca5fbe4e047d59e4bcc28d012bfe92e3a2d228.tar.gz
KVIrc-96ca5fbe4e047d59e4bcc28d012bfe92e3a2d228.tar.bz2
KVIrc-96ca5fbe4e047d59e4bcc28d012bfe92e3a2d228.zip
Cleanup included files
Diffstat (limited to 'src/kvilib/ext/KviOggTheoraEncoder.cpp')
-rw-r--r--src/kvilib/ext/KviOggTheoraEncoder.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/kvilib/ext/KviOggTheoraEncoder.cpp b/src/kvilib/ext/KviOggTheoraEncoder.cpp
index 85038890b..ca0ced24d 100644
--- a/src/kvilib/ext/KviOggTheoraEncoder.cpp
+++ b/src/kvilib/ext/KviOggTheoraEncoder.cpp
@@ -29,9 +29,10 @@
#include "KviOggIrcText.h"
#include "KviDataBuffer.h"
+#include <math.h>
#include <stdlib.h>
#include <time.h>
-#include <math.h>
+#include <QColor>
using namespace KviOggIrcText;