* src/vm/os.hpp (toolbox/logging.h): Added.
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Tue, 19 Aug 2008 08:30:12 +0000 (10:30 +0200)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Tue, 19 Aug 2008 08:30:12 +0000 (10:30 +0200)
src/vm/os.hpp

index 3abb672113d268f9e93da982a5d394254100046f..af24817284543eb8f2971e1bf12ff1dbac9bac11 100644 (file)
@@ -155,6 +155,10 @@ public:
 };
 
 
+// Includes.
+#include "toolbox/logging.h"
+
+
 inline void os::abort(void)
 {
 #if defined(HAVE_ABORT)