aboutsummaryrefslogtreecommitdiffhomepage
path: root/autoload.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'autoload.cpp')
-rw-r--r--autoload.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload.cpp b/autoload.cpp
index 01c89468..69461c09 100644
--- a/autoload.cpp
+++ b/autoload.cpp
@@ -12,6 +12,7 @@ The classes responsible for autoloading functions and completions.
#include "builtin_scripts.h"
#include "exec.h"
#include <assert.h>
+#include <algorithm>
/* The time before we'll recheck an autoloaded file */
static const int kAutoloadStalenessInterval = 1;