summaryrefslogtreecommitdiff
path: root/includes/Exceptions.h
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-10-18 09:35:45 -0700
committerPixel <pixel@nobis-crew.org>2011-10-18 09:35:45 -0700
commite0add8d5cb4fdb408efda292f64e029aa7ebbad2 (patch)
treef256b90f2cf03dba7f00ecac07500ad85064d8d4 /includes/Exceptions.h
parent56837535aeb1c7ae0fa2730d77dd718c334cf729 (diff)
Fixing Darwin compilation:
-) Using clang instead of gcc for the native target (*sigh*) -) Fixing libeio (*sigh*) -) "Fixing" the connect() call in Sockets because Darwin is stupid (*SIIIIIIIGH*) Although the Threads unit test isn't working properly.
Diffstat (limited to 'includes/Exceptions.h')
-rw-r--r--includes/Exceptions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/Exceptions.h b/includes/Exceptions.h
index b6730c1..e17e468 100644
--- a/includes/Exceptions.h
+++ b/includes/Exceptions.h
@@ -1,5 +1,6 @@
#pragma once
+#include <typeinfo>
#include <cxxabi.h>
#include <BString.h>