Explorar el Código

FIX: PluginFramework: Added missing include for Linux

Sascha Zelzer hace 15 años
padre
commit
e63072fc58
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Libs/PluginFramework/Testing/Cpp/ctkLDAPExpreTest.cpp

+ 2 - 1
Libs/PluginFramework/Testing/Cpp/ctkLDAPExpreTest.cpp

@@ -22,6 +22,7 @@
 #include "ctkLDAPExpr.h"
 
 #include <iostream>
+#include <cstdlib>
 
 #include <QVariant>
 
@@ -141,4 +142,4 @@ int TestEvaluate( )
   }
 
   return EXIT_SUCCESS;
-}
+}