- m_png is common.
This commit is contained in:
parent
7243495b16
commit
f94e4a908c
4 changed files with 7 additions and 1 deletions
|
|
@ -32,6 +32,12 @@
|
|||
**
|
||||
*/
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#else
|
||||
#include <direct.h>
|
||||
#endif
|
||||
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue