diff options
Diffstat (limited to 'Swiften/Elements/SoftwareVersion.h')
-rw-r--r-- | Swiften/Elements/SoftwareVersion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Elements/SoftwareVersion.h b/Swiften/Elements/SoftwareVersion.h index 887c6e9..c49b47b 100644 --- a/Swiften/Elements/SoftwareVersion.h +++ b/Swiften/Elements/SoftwareVersion.h @@ -9,7 +9,7 @@ #include <string> #include <boost/shared_ptr.hpp> -#include "Swiften/Elements/Payload.h" +#include <Swiften/Elements/Payload.h> namespace Swift { class SoftwareVersion : public Payload { |