diff options
Diffstat (limited to 'common/memstream.h')
| -rw-r--r-- | common/memstream.h | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/common/memstream.h b/common/memstream.h index 13b8e26e8a..69fe6ec18e 100644 --- a/common/memstream.h +++ b/common/memstream.h @@ -18,15 +18,13 @@   * along with this program; if not, write to the Free Software   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.   * - * $URL$ - * $Id$ - *   */  #ifndef COMMON_MEMSTREAM_H  #define COMMON_MEMSTREAM_H  #include "common/stream.h" +#include "common/types.h"  namespace Common {  | 
