+ fix build failure with gcc

This commit is contained in:
wmayer
2015-03-30 23:16:28 +02:00
parent ed30fc0f51
commit 0b9f7a5245
2 changed files with 4 additions and 0 deletions

View File

@@ -24,6 +24,8 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <QAction>
# include <QMap>
#endif
#include "ActionFunction.h"

View File

@@ -27,6 +27,8 @@
#include <QObject>
#include <boost/function.hpp>
class QAction;
namespace Gui
{