summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-11-27 16:37:49 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-11-27 16:37:54 +0300
commit17f6f98d5714db3e3edebb00ca09029ce18e72fe (patch)
treee949ca2945b5d8472c072e92f3c9fd6687eb8baf /plugins
parentb5d6fe4af8ef6404fdb7203610f8792f298a7665 (diff)
compilation fix
Diffstat (limited to 'plugins')
-rw-r--r--plugins/BasicHistory/src/stdafx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/BasicHistory/src/stdafx.h b/plugins/BasicHistory/src/stdafx.h
index d7714814f4..22c0b4b86d 100644
--- a/plugins/BasicHistory/src/stdafx.h
+++ b/plugins/BasicHistory/src/stdafx.h
@@ -24,6 +24,7 @@
#include <Shlobj.h>
#include <shellapi.h>
+#include <algorithm>
#include <map>
#include <unordered_set>
#include <vector>