target: don't implicitly include "algorithm.h"
[fw/openocd] / src / flash / stm32x.c
index 7ac06a68f9f7b379dd029a3a667b0770b20802a1..70727158bbf386e1516cdfcb6bcaab1297b7314a 100644 (file)
@@ -27,6 +27,7 @@
 #include "stm32x.h"
 #include "armv7m.h"
 #include "binarybuffer.h"
+#include "algorithm.h"
 
 
 static int stm32x_mass_erase(struct flash_bank *bank);