diff --git a/src/kits/storage/AppFileInfo.cpp b/src/kits/storage/AppFileInfo.cpp index 9748501558..d555b44752 100644 --- a/src/kits/storage/AppFileInfo.cpp +++ b/src/kits/storage/AppFileInfo.cpp @@ -21,6 +21,8 @@ #include #include +using namespace std; + // attributes static const char *kTypeAttribute = "BEOS:TYPE"; static const char *kSignatureAttribute = "BEOS:APP_SIG";