Skip to content

Commit

Permalink
Add some includes to make it compile w/ clang.
Browse files Browse the repository at this point in the history
These probably should have been there anyway.
  • Loading branch information
netterfield committed May 22, 2016
1 parent 788f443 commit de686ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/libkst/editablematrix.cpp
Expand Up @@ -21,6 +21,7 @@
#include "debug.h"
#include <qbytearray.h>

#include <QDataStream>
#include <QXmlStreamWriter>


Expand Down
2 changes: 1 addition & 1 deletion src/libkst/editablevector.cpp
Expand Up @@ -21,7 +21,7 @@
// qCompress the bytearray
#include <QXmlStreamWriter>
#include <QFile>
//#include <QDataStream>
#include <QDataStream>

#include "debug.h"
namespace Kst {
Expand Down
2 changes: 2 additions & 0 deletions src/widgets/geticon.h
@@ -1,6 +1,8 @@
#ifndef GETICON_H
#define GETICON_H

#include <QIcon>

#include "kstwidgets_export.h"

KSTWIDGETS_EXPORT QIcon KstGetIcon(QString icon_name);
Expand Down

0 comments on commit de686ad

Please sign in to comment.