summaryrefslogtreecommitdiffstats
path: root/pokemod/EggGroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/EggGroup.h')
-rw-r--r--pokemod/EggGroup.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pokemod/EggGroup.h b/pokemod/EggGroup.h
index 88fb64ea..7908174f 100644
--- a/pokemod/EggGroup.h
+++ b/pokemod/EggGroup.h
@@ -24,11 +24,13 @@
#define __POKEMOD_EGGGROUP__
#include <QString>
+#include "../general/Exception.h"
#include "Object.h"
-#include "Pokemod.h"
namespace PokeMod
{
+ class Pokemod;
+
class EggGroup : public Object
{
public: