]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/blockiter.h
Don't save an allocated but pending block
[r2c2.git] / source / libr2c2 / blockiter.h
index 1e8a38378d3e74a2377de695f76df175767b2875..362c918e1f1c5c6f52893399204bda49c4c6f6e3 100644 (file)
@@ -1,9 +1,10 @@
 #ifndef LIBR2C2_BLOCKITER_H_
 #define LIBR2C2_BLOCKITER_H_
 
+#include "block.h"
+
 namespace R2C2 {
 
-class Block;
 class Route;
 class TrackIter;