diff options
author | Pixel <pixel@nobis-crew.org> | 2011-10-18 09:35:45 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-10-18 09:35:45 -0700 |
commit | e0add8d5cb4fdb408efda292f64e029aa7ebbad2 (patch) | |
tree | f256b90f2cf03dba7f00ecac07500ad85064d8d4 /includes | |
parent | 56837535aeb1c7ae0fa2730d77dd718c334cf729 (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')
-rw-r--r-- | includes/Exceptions.h | 1 |
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> |