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
|
||||
#define SELECTION_H
|
||||
|
||||
#include <algorithm>
|
||||
#include <core/optional.h>
|
||||
#include <deque>
|
||||
#include <eda_rect.h>
|
||||
|
|
Loading…
Reference in New Issue