diff options
author | George Hazan <george.hazan@gmail.com> | 2024-11-27 16:37:49 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-11-27 16:37:54 +0300 |
commit | 17f6f98d5714db3e3edebb00ca09029ce18e72fe (patch) | |
tree | e949ca2945b5d8472c072e92f3c9fd6687eb8baf /plugins/BasicHistory/src/stdafx.h | |
parent | b5d6fe4af8ef6404fdb7203610f8792f298a7665 (diff) |
compilation fix
Diffstat (limited to 'plugins/BasicHistory/src/stdafx.h')
-rw-r--r-- | plugins/BasicHistory/src/stdafx.h | 1 |
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>
|