]> git.lyx.org Git - features.git/commitdiff
Fix missing includes after change 670efa8f646218f2a378f0cc614c4c37a9f6b89a
authorStephan Witt <switt@lyx.org>
Mon, 4 Jul 2016 10:11:24 +0000 (12:11 +0200)
committerStephan Witt <switt@lyx.org>
Mon, 4 Jul 2016 10:11:24 +0000 (12:11 +0200)
src/VCBackend.cpp
src/output_docbook.cpp

index fbe367b5f0a8c7b46416dcabf1feffb736203c46..2235c073f41e35527b7d3617034b61f5fbdae268 100644 (file)
@@ -31,6 +31,7 @@
 #include "support/TempFile.h"
 
 #include <fstream>
+#include <sstream>
 
 using namespace std;
 using namespace lyx::support;
index f453fc45b16b422aa5706a8ea64833a874a93c9a..6ab9c9d9f076bd08641567efa20c0530af32d16c 100644 (file)
@@ -32,6 +32,8 @@
 #include "support/lstrings.h"
 #include "support/lyxalgo.h"
 
+#include <iostream>
+
 using namespace std;
 using namespace lyx::support;