diff --git a/appledouble.cpp b/appledouble.cpp index 25ca0bd..1f87d22 100644 --- a/appledouble.cpp +++ b/appledouble.cpp @@ -7,6 +7,7 @@ #include #include #include +#include #include #include @@ -223,4 +224,5 @@ int main(int argc, char **argv) { _o.clear(); } return _rv; -} \ No newline at end of file +} + diff --git a/applesingle.cpp b/applesingle.cpp index 9dcd1e2..8fe95c7 100644 --- a/applesingle.cpp +++ b/applesingle.cpp @@ -7,6 +7,7 @@ #include #include #include +#include #include #include @@ -262,4 +263,5 @@ int main(int argc, char **argv) { _o.clear(); } return _rv; -} \ No newline at end of file +} +