From 30f2afac9bf023bce081e52e09b1c0a152d9849a Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 26 Aug 2010 22:01:16 +0000 Subject: (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers --- src/signal_type.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/signal_type.h') diff --git a/src/signal_type.h b/src/signal_type.h index 5a8d564d2..d977958eb 100644 --- a/src/signal_type.h +++ b/src/signal_type.h @@ -12,6 +12,8 @@ #ifndef SIGNAL_TYPE_H #define SIGNAL_TYPE_H +#include "core/enum_type.hpp" + /** Variant of the signal, i.e. how does the signal look? */ enum SignalVariant { SIG_ELECTRIC = 0, ///< Light signal -- cgit v1.2.3-54-g00ecf