--- libgig/trunk/src/gig.h 2017/05/03 14:41:58 3138 +++ libgig/trunk/src/gig.h 2017/05/03 16:19:53 3140 @@ -25,7 +25,6 @@ #define __GIG_H__ #include "DLS.h" -#include "Serialization.h" #include #if WORDS_BIGENDIAN @@ -66,6 +65,9 @@ # define CHUNK_ID_SCSL 0x4c534353 // own gig format extension #endif // WORDS_BIGENDIAN +// just symbol prototyping (since Serialization.h not included by default here) +namespace Serialization { class Archive; } + /** Gigasampler/GigaStudio specific classes and definitions */ namespace gig {