aboutsummaryrefslogtreecommitdiffstats
path: root/staging_vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-11-30 18:06:54 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-12 02:55:41 +0100
commit602bb910df6998d0f7c56a67d2707c9c6c2e7d58 (patch)
treebb0d0f57b4de9e3ef8ea03d29929747f586e8d40 /staging_vespalib
parentc650f2f379179780d428fb5505a0ed3d52f48ba4 (diff)
Targeted include
Diffstat (limited to 'staging_vespalib')
-rw-r--r--staging_vespalib/src/vespa/vespalib/util/xmlserializable.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/staging_vespalib/src/vespa/vespalib/util/xmlserializable.cpp b/staging_vespalib/src/vespa/vespalib/util/xmlserializable.cpp
index 42e1a069ebf..bced837e3a1 100644
--- a/staging_vespalib/src/vespa/vespalib/util/xmlserializable.cpp
+++ b/staging_vespalib/src/vespa/vespalib/util/xmlserializable.cpp
@@ -441,6 +441,7 @@ template XmlAttribute::XmlAttribute(const std::string &, const vespalib::string
template XmlAttribute::XmlAttribute(const std::string &, const vespalib::stringref &, unsigned int);
template XmlAttribute::XmlAttribute(const std::string &, const CharP &, unsigned int);
template XmlAttribute::XmlAttribute(const std::string &, const ConstCharP &, unsigned int);
+template XmlAttribute::XmlAttribute(const std::string &, const bool &, unsigned int);
template XmlAttribute::XmlAttribute(const std::string &, const int16_t &, unsigned int);
template XmlAttribute::XmlAttribute(const std::string &, const int32_t &, unsigned int);
template XmlAttribute::XmlAttribute(const std::string &, const int64_t &, unsigned int);