Add missing header to fix mingw build error on windows.
This commit is contained in:
parent
5bfa06bb1c
commit
918197554b
|
@ -26,6 +26,7 @@
|
||||||
#ifndef SELECTION_H
|
#ifndef SELECTION_H
|
||||||
#define SELECTION_H
|
#define SELECTION_H
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include <core/optional.h>
|
#include <core/optional.h>
|
||||||
#include <deque>
|
#include <deque>
|
||||||
#include <eda_rect.h>
|
#include <eda_rect.h>
|
||||||
|
|
Loading…
Reference in New Issue