mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Fix missing include for file i/o prototypes after header cleanup in change 489dca71cd
This commit is contained in:
parent
b035528c1c
commit
df73cade2b
@ -39,6 +39,10 @@
|
||||
# include <io.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
using namespace lyx::support;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user