From 086e3151ad968b9c81f1b3b4391e5f9c42a1189c Mon Sep 17 00:00:00 2001 From: jacksonmj Date: Fri, 28 Jan 2011 19:41:00 +0000 Subject: [PATCH] Fix some problems with restrict_flt This change fixes pressure glitches, burning substances cooling by themselves to absolute zero, and SING having temperatures of minus several million Kelvin. --- includes/element.h | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/element.h b/includes/element.h index bbd4aebb6..ec32df266 100644 --- a/includes/element.h +++ b/includes/element.h @@ -3,5 +3,6 @@ // This header should be included by all files in src/elements/ #include "powder.h" +#include "misc.h" #endif