7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 23:23:47 +00:00

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

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