From 011c3b7b4484a2971b3cd287c66040f73e33fd26 Mon Sep 17 00:00:00 2001 From: ksherlock Date: Tue, 22 Feb 2011 05:09:45 +0000 Subject: [PATCH] linux header fixes git-svn-id: https://profuse.googlecode.com/svn/branches/v2@347 aa027e90-d47c-11dd-86d7-074df07e0730 --- Device/Adaptor.cpp | 1 + ProFUSE/Exception.cpp | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Device/Adaptor.cpp b/Device/Adaptor.cpp index 75b3846..7410611 100644 --- a/Device/Adaptor.cpp +++ b/Device/Adaptor.cpp @@ -2,6 +2,7 @@ #include +#include #include #include diff --git a/ProFUSE/Exception.cpp b/ProFUSE/Exception.cpp index a42b877..512a4d2 100644 --- a/ProFUSE/Exception.cpp +++ b/ProFUSE/Exception.cpp @@ -1,6 +1,7 @@ #include -#include +#include +#include using namespace ProFUSE; @@ -145,4 +146,4 @@ const char *ProDOSException::errorString() return ""; } return ""; -} \ No newline at end of file +}