mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-04 16:42:57 +00:00
Add a missing #include <cstdio> for sscanf.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3617 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
00e13a6f56
commit
23a28bf25b
@ -14,6 +14,8 @@
|
||||
* text.C:
|
||||
* text2.C: remove #include "lyx_gui_misc.h".
|
||||
|
||||
* LaTeX.C: added #include <cstdio>
|
||||
|
||||
2002-02-28 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
||||
|
||||
* paragraph.C (getMaxDepthAfter): new method. The maximal depth
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include "support/systemcall.h"
|
||||
#include "support/os.h"
|
||||
#include "support/path.h"
|
||||
#include <cstdio> // sscanf
|
||||
|
||||
using std::ifstream;
|
||||
using std::getline;
|
||||
|
Loading…
Reference in New Issue
Block a user