projects
/
libs
/
core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
08bdd0f
)
Add a missing include
author
Mikko Rasa
<tdb@tdb.fi>
Sun, 8 Jun 2008 15:59:44 +0000
(15:59 +0000)
committer
Mikko Rasa
<tdb@tdb.fi>
Sun, 8 Jun 2008 15:59:44 +0000
(15:59 +0000)
source/buffered.cpp
patch
|
blob
|
history
diff --git
a/source/buffered.cpp
b/source/buffered.cpp
index 09cc0994840d9e4959bef8a28e062208273c0a44..32688db83618d874652fd0926a8d556648e765d7 100644
(file)
--- 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 <cstring>
#include "buffered.h"
#include "except.h"