Forgot <stdexcept>... again.
authorChristoph Sommer <mail@christoph-sommer.de>
Thu, 1 Jun 2006 23:00:19 +0000 (23:00 +0000)
committerChristoph Sommer <mail@christoph-sommer.de>
Thu, 1 Jun 2006 23:00:19 +0000 (23:00 +0000)
SVN-Revision: 3620

src/trigger/switch.cpp

index 068b0f4..e11a5b6 100644 (file)
@@ -18,6 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <config.h>
+#include <stdexcept>
 
 #include "switch.hpp"
 #include "object_factory.hpp"