diff options
author | Christian Mollekopf <mollekopf@kolabsys.com> | 2012-03-27 02:16:50 (GMT) |
---|---|---|
committer | Christian Mollekopf <mollekopf@kolabsys.com> | 2012-03-27 02:16:50 (GMT) |
commit | e85f5827b2e16b4e020f0faa533df190ebd555c4 (patch) | |
tree | a3887749531868ed95da8db9112e7cf86e6170c9 | |
parent | f0c0ecb6d5fabbf494491094515848b671dd1373 (diff) | |
download | libkolabxml-e85f5827b2e16b4e020f0faa533df190ebd555c4.tar.gz |
added missing include
-rw-r--r-- | libkolabxml/lib/utils.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libkolabxml/lib/utils.cpp b/libkolabxml/lib/utils.cpp index 0a17efa..fb5f10b 100644 --- a/libkolabxml/lib/utils.cpp +++ b/libkolabxml/lib/utils.cpp @@ -16,6 +16,7 @@ */ #include "utils.h" +#include <iostream> #include <string> #include <boost/version.hpp> |