From e81386476f09997485e7f707f3349685e2140a97 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 30 May 2008 09:32:24 +0000 Subject: (svn r13342) -Fix: smallvec.h/sortlist_type.h didn't include everything they needed. --- src/sortlist_type.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sortlist_type.h') diff --git a/src/sortlist_type.h b/src/sortlist_type.h index 46dcc0839..46185d503 100644 --- a/src/sortlist_type.h +++ b/src/sortlist_type.h @@ -5,6 +5,8 @@ #ifndef SORTLIST_TYPE_H #define SORTLIST_TYPE_H +#include "core/enum_type.hpp" +#include "core/bitmath_func.hpp" #include "misc/smallvec.h" #include "date_type.h" -- cgit v1.2.3-54-g00ecf