瀏覽代碼

FIX: PluginFramework: Added missing include for Linux

Sascha Zelzer 15 年之前
父節點
當前提交
e63072fc58
共有 1 個文件被更改,包括 2 次插入1 次删除
  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;
-}
+}