Modify the order of an include to avoid a collision name with a windows

header that prevent Kicad build (msys2 specific)
This commit is contained in:
jean-pierre charras 2023-06-01 09:17:20 +02:00
parent deb3cbf89b
commit db3cf4274b
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <pcb_edit_frame.h> // Keep this include at top to avoid compil issue on MSYS2
#include <board.h>
#include <pcb_marker.h>
#include <footprint.h>
@ -30,7 +31,6 @@
#include <zone.h>
#include <dialog_find.h>
#include <string_utils.h>
#include <pcb_edit_frame.h>
#include <string>
#include <tool/tool_manager.h>
#include <tools/pcb_actions.h>