From 6e219bf4a63459461a0a6009b1e3dafedda9e033 Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Tue, 6 Mar 2012 09:19:06 +0000 Subject: Fix missing include Resolves: #903 diff --git a/Swiften/TLS/CertificateVerificationError.h b/Swiften/TLS/CertificateVerificationError.h index 2815fdb..22e6eaf 100644 --- a/Swiften/TLS/CertificateVerificationError.h +++ b/Swiften/TLS/CertificateVerificationError.h @@ -1,11 +1,12 @@ /* - * Copyright (c) 2010 Remko Tronçon + * Copyright (c) 2010-2012 Remko Tronçon * Licensed under the GNU General Public License v3. * See Documentation/Licenses/GPLv3.txt for more information. */ #pragma once +#include #include namespace Swift { -- cgit v0.10.2-6-g49f6