From: Lars Gullik Bjønnes Date: Fri, 1 Mar 2002 17:42:43 +0000 (+0000) Subject: add debug.h (this is a test commit) X-Git-Tag: 1.6.10~19764 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8fc0d786597c20ff5acbf1a7c6c7b1a93f8cc77c;p=features.git add debug.h (this is a test commit) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3633 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/lstrings.C b/src/support/lstrings.C index 33a11b8386..ae5537a3b7 100644 --- a/src/support/lstrings.C +++ b/src/support/lstrings.C @@ -23,6 +23,7 @@ #include "lstrings.h" #include "LRegex.h" #include "LAssert.h" +#include "debug.h" using std::count; using std::transform;