Fix Windows builds (amend a3ec16)

Since scanner.cc defines NO_OLDNAMES, utime.h needs to be included
first.
This commit is contained in:
Robin Gareus
2017-11-29 18:53:06 +01:00
parent a3ec164450
commit c91a7c4263

View File

@@ -2,6 +2,7 @@
#include <stdlib.h>
#include <string.h>
#include <vector>
#include <utime.h>
#include <glib.h>