Update Service.cpp

This commit is contained in:
Ben Gräf 2018-12-28 21:20:41 +01:00 committed by GitHub
parent eb599a4697
commit 0d5d83dcce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@
#include <fstream> #include <fstream>
#include <iostream> #include <iostream>
#if defined(_WIN32) || defined(WIN32) #ifdef WIN32
#include "win_dirent.h" #include "win_dirent.h"
#endif #endif