From: Mikko Rasa Date: Sun, 8 Jun 2008 15:59:44 +0000 (+0000) Subject: Add a missing include X-Git-Tag: io-1.0~7 X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=commitdiff_plain;h=ed9f0b874e7e09fc3b3b223585572a18854765f6;hp=08bdd0f3d597ec4e39c6eb4ba6f28e63ed95419f Add a missing include --- diff --git a/source/buffered.cpp b/source/buffered.cpp index 09cc099..32688db 100644 --- a/source/buffered.cpp +++ b/source/buffered.cpp @@ -4,6 +4,8 @@ This file is part of libmspio Copyright © 2007 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ + +#include #include "buffered.h" #include "except.h"