Add missing include in kicad_algo.h

This commit is contained in:
Seth Hillbrand 2023-10-20 16:11:46 +02:00
parent 91f28f84d7
commit 7720ef3fae
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include <algorithm>
#include <functional> // std::function
#include <utility> // std::pair
#include <vector>
#include <wx/debug.h> // wxCHECK_MSG
namespace alg