1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

Fix test compilation on windows

This commit is contained in:
Thomas Goyne 2013-12-11 15:03:45 -08:00
parent af96b305bf
commit a84e463a06

View File

@ -21,6 +21,7 @@
#include <algorithm>
#include <cstdint>
#include <string>
#include <memory>
struct tm;