Update Service.cpp

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

View file

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