From c364bf60d28549abcc71fe28e68b746adc1f96b5 Mon Sep 17 00:00:00 2001
From: Marcel Loose <loose@astron.nl>
Date: Mon, 23 Apr 2007 09:57:59 +0000
Subject: [PATCH] BugID: 61

Added some missing declarations.
---
 LCS/Common/include/Common/lofar_iosfwd.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/LCS/Common/include/Common/lofar_iosfwd.h b/LCS/Common/include/Common/lofar_iosfwd.h
index d96ab222465..b5090ad00ae 100644
--- a/LCS/Common/include/Common/lofar_iosfwd.h
+++ b/LCS/Common/include/Common/lofar_iosfwd.h
@@ -38,6 +38,9 @@ namespace LOFAR
   using std::ifstream;
   using std::ofstream;
   using std::fstream;
+  using std::streamsize;
+  using std::streampos;
+  using std::streamoff;
 }
 
 #endif
-- 
GitLab