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 +}