Add missing header to fix mingw build error on windows.

This commit is contained in:
Wayne Stambaugh 2020-05-28 08:44:28 -04:00
parent 5bfa06bb1c
commit 918197554b
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#ifndef SELECTION_H
#define SELECTION_H
#include <algorithm>
#include <core/optional.h>
#include <deque>
#include <eda_rect.h>