diff options
Diffstat (limited to 'Swiften/Serializer/XML/XMLTextNode.h')
| -rw-r--r-- | Swiften/Serializer/XML/XMLTextNode.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Swiften/Serializer/XML/XMLTextNode.h b/Swiften/Serializer/XML/XMLTextNode.h index 65d6459..86efdf1 100644 --- a/Swiften/Serializer/XML/XMLTextNode.h +++ b/Swiften/Serializer/XML/XMLTextNode.h | |||
| @@ -4,13 +4,15 @@ | |||
| 4 | * See the COPYING file for more information. | 4 | * See the COPYING file for more information. |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | #pragma once | 7 | #pragma once |
| 8 | 8 | ||
| 9 | #include <boost/shared_ptr.hpp> | ||
| 10 | |||
| 9 | #include <Swiften/Base/API.h> | 11 | #include <Swiften/Base/API.h> |
| 10 | #include <Swiften/Serializer/XML/XMLNode.h> | ||
| 11 | #include <Swiften/Base/String.h> | 12 | #include <Swiften/Base/String.h> |
| 13 | #include <Swiften/Serializer/XML/XMLNode.h> | ||
| 12 | 14 | ||
| 13 | namespace Swift { | 15 | namespace Swift { |
| 14 | class SWIFTEN_API XMLTextNode : public XMLNode { | 16 | class SWIFTEN_API XMLTextNode : public XMLNode { |
| 15 | public: | 17 | public: |
| 16 | typedef boost::shared_ptr<XMLTextNode> ref; | 18 | typedef boost::shared_ptr<XMLTextNode> ref; |
Swift