diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2009-08-18 15:58:17 +0200 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2009-08-18 15:58:17 +0200 |
commit | db5ad2e09a6b38e841463dbe7eb076492b62c948 (patch) | |
tree | 5907f6416e35cbd25432a5f1f6dc9664d36aa73c /src/Common/GroupInfo.h | |
parent | 5da7b0847bac2a5abec95b9ac1701b74baae8964 (diff) | |
download | mad-db5ad2e09a6b38e841463dbe7eb076492b62c948.tar mad-db5ad2e09a6b38e841463dbe7eb076492b62c948.zip |
Mad funktioniert jetzt unter Windows
Diffstat (limited to 'src/Common/GroupInfo.h')
-rw-r--r-- | src/Common/GroupInfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Common/GroupInfo.h b/src/Common/GroupInfo.h index c9c4baf..c1a2274 100644 --- a/src/Common/GroupInfo.h +++ b/src/Common/GroupInfo.h @@ -20,6 +20,8 @@ #ifndef MAD_COMMON_GROUPINFO_H_ #define MAD_COMMON_GROUPINFO_H_ +#include "export.h" + #include <string> namespace Mad { |