added missing #include statement for Linux
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3711 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
856feff066
commit
939a936a44
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
#include "Platform.h"
|
||||
#include "growbuf.h"
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <cstdio> // for FILE*
|
||||
#endif
|
||||
|
||||
class IMMap
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue