src/vehiclelist.h
branchnoai
changeset 11044 097ea3e7ec56
parent 10776 07203fc29812
--- a/src/vehiclelist.h	Sat Jun 21 13:35:29 2008 +0000
+++ b/src/vehiclelist.h	Sat Jun 21 13:40:17 2008 +0000
@@ -5,7 +5,7 @@
 #ifndef VEHICLELIST_H
 #define VEHICLELIST_H
 
-#include "misc/smallvec.h"
+#include "core/smallvec_type.hpp"
 
 typedef SmallVector<const Vehicle *, 32> VehicleList;