target: don't implicitly include "algorithm.h"
[fw/openocd] / src / flash / stellaris.c
index 56762d16550e43ee6ef929f81e6baf7c0720d73c..7b94675457ff39ecceca5be7604d802691cdf1d5 100644 (file)
@@ -31,6 +31,7 @@
 #include "stellaris.h"
 #include "armv7m.h"
 #include "binarybuffer.h"
+#include "algorithm.h"
 
 
 #define DID0_VER(did0) ((did0 >> 28)&0x07)