summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-06-23 12:54:11 +0000
committerCarl Hetherington <carl@carlh.net>2012-06-23 12:54:11 +0000
commite58e614f2046bf6275a99c24c74a5795b6680a1f (patch)
treee3e95a6af1bf882a5e87ba3004571b92ce41d3ba /libs
parentef5293398a0e546f08724e6f95fa1c536b1c6a7c (diff)
Fix build.
git-svn-id: svn://localhost/ardour2/branches/3.0@12910 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/pbd/xml++.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/pbd/xml++.cc b/libs/pbd/xml++.cc
index 7c6fffe7f8..3046f971ab 100644
--- a/libs/pbd/xml++.cc
+++ b/libs/pbd/xml++.cc
@@ -5,6 +5,7 @@
* Modified for Ardour and released under the same terms.
*/
+#include <iostream>
#include "pbd/xml++.h"
#include <libxml/debugXML.h>
#include <libxml/xpath.h>