Skip to content
Snippets Groups Projects
Commit c364bf60 authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

BugID: 61

Added some missing declarations.
parent 6f941666
Branches
Tags
No related merge requests found
...@@ -38,6 +38,9 @@ namespace LOFAR ...@@ -38,6 +38,9 @@ namespace LOFAR
using std::ifstream; using std::ifstream;
using std::ofstream; using std::ofstream;
using std::fstream; using std::fstream;
using std::streamsize;
using std::streampos;
using std::streamoff;
} }
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment