]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/IdSc.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / gtk / IdSc.C
index 9de4ce014487a792827a84ce621391718b7e686e..e89ec0dc2ca0d2ca4df3f4023942bf6a8250ff60 100644 (file)
@@ -5,16 +5,19 @@
  *
  * \author Huang Ying
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
 #include "IdSc.h"
+
 #include "support/lstrings.h"
 
 using lyx::support::split;
 
+using std::string;
+
 
 /// Extract shortcut from "<identifer>|#<shortcut>" string
 string const id_sc::shortcut(string const & idsc)