Add 'ExclusiveArch: armv7l' limit build to arm architecture
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / text-view / text-view-processor-dbg.h
index dc1e210..56a3907 100644 (file)
@@ -19,6 +19,7 @@
 
 // INTERNAL INCLUDES
 #include "text-view-processor-types.h"
+#include <dali/integration-api/debug.h>
 
 namespace Dali
 {
@@ -32,6 +33,10 @@ namespace Internal
 namespace TextViewProcessor
 {
 
+#if defined(DEBUG_ENABLED)
+extern Debug::Filter* gTextViewProcessorLogFilter;
+#endif
+
 void dbgPrint( const WordLayoutInfo& word );
 void dbgPrint( const WordGroupLayoutInfo& group );
 void dbgPrint( const LineLayoutInfo& line );