Browse Source

Adapt include statement to new header filename.

Sascha Zelzer 14 years ago
parent
commit
daa396b41d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Libs/PluginFramework/Testing/Cpp/ctkLDAPExpreTest.cpp

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

@@ -19,7 +19,7 @@
 =========================================================================*/
 
 // CTK includes
-#include "ctkLDAPExpr.h"
+#include "ctkLDAPExpr_p.h"
 
 #include <iostream>
 #include <cstdlib>