]> git.tdb.fi Git - libs/core.git/commitdiff
Add a missing include
authorMikko Rasa <tdb@tdb.fi>
Sun, 8 Jun 2008 15:59:44 +0000 (15:59 +0000)
committerMikko Rasa <tdb@tdb.fi>
Sun, 8 Jun 2008 15:59:44 +0000 (15:59 +0000)
source/buffered.cpp

index 09cc0994840d9e4959bef8a28e062208273c0a44..32688db83618d874652fd0926a8d556648e765d7 100644 (file)
@@ -4,6 +4,8 @@ This file is part of libmspio
 Copyright © 2007 Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
+
+#include <cstring>
 #include "buffered.h"
 #include "except.h"