Add missing include in kicad_algo.h
This commit is contained in:
parent
91f28f84d7
commit
7720ef3fae
|
@ -28,6 +28,7 @@
|
|||
#include <algorithm>
|
||||
#include <functional> // std::function
|
||||
#include <utility> // std::pair
|
||||
#include <vector>
|
||||
#include <wx/debug.h> // wxCHECK_MSG
|
||||
|
||||
namespace alg
|
||||
|
|
Loading…
Reference in New Issue