mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Add missing #include <algorithm> to dialog_log.cpp. Closes #1391.
Originally committed to SVN as r6262.
This commit is contained in:
parent
ea819a2e1a
commit
1a02d2ba3e
@ -39,6 +39,7 @@
|
||||
#include "dialog_log.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <algorithm>
|
||||
#include <ctime>
|
||||
#include <tr1/functional>
|
||||
#include <string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user