1
0
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:
Angus Leeming 2002-02-28 19:44:31 +00:00
parent 00e13a6f56
commit 23a28bf25b
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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;