--- gigedit/trunk/src/gigedit/mainwindow.h 2016/09/24 23:34:37 2994 +++ gigedit/trunk/src/gigedit/mainwindow.h 2017/01/02 22:13:01 3068 @@ -1,5 +1,5 @@ /* -*- c++ -*- - * Copyright (C) 2006 - 2016 Andreas Persson + * Copyright (C) 2006 - 2017 Andreas Persson * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -20,7 +20,11 @@ #ifndef GIGEDIT_MAINWINDOW_H #define GIGEDIT_MAINWINDOW_H -#include +#ifdef LIBGIG_HEADER_FILE +# include LIBGIG_HEADER_FILE(gig.h) +#else +# include +#endif #include #include