From bb92b1b4efdcb9c07bd406f3a36e9dde9169c44f Mon Sep 17 00:00:00 2001 From: Kris Moore Date: Tue, 1 Oct 2013 17:11:15 -0400 Subject: [PATCH] Fix another issue building with clang on HEAD --- src-qt4/pc-adsldap/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src-qt4/pc-adsldap/main.cpp b/src-qt4/pc-adsldap/main.cpp index b4d214cbb..91a3d1363 100644 --- a/src-qt4/pc-adsldap/main.cpp +++ b/src-qt4/pc-adsldap/main.cpp @@ -4,6 +4,8 @@ #include "adsldap.h" #include #include +#include +#include int main( int argc, char ** argv ) {