Fixed mingw build
This commit is contained in:
parent
6e84f08e50
commit
2e34175752
5 changed files with 5 additions and 3 deletions
|
@ -22,8 +22,8 @@
|
|||
*/
|
||||
|
||||
#include <sched.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
#include <sys/resource.h>
|
||||
#include <uv.h>
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include <string>
|
||||
#include <inttypes.h>
|
||||
#include <uv.h>
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <string>
|
||||
#include <uv.h>
|
||||
|
||||
#include "log/Log.h"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
|
||||
#include <syslog.h>
|
||||
#include <string>
|
||||
|
||||
|
||||
#include "log/SysLog.h"
|
||||
|
|
|
@ -62,7 +62,6 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
|
||||
class Version
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue