diff options
Diffstat (limited to 'src/AutoComplete.cxx')
-rw-r--r-- | src/AutoComplete.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AutoComplete.cxx b/src/AutoComplete.cxx index 27eed53b9..c55c909bb 100644 --- a/src/AutoComplete.cxx +++ b/src/AutoComplete.cxx @@ -10,6 +10,7 @@ #include <stdio.h> #include <assert.h> +#include <stdexcept> #include <string> #include <vector> #include <algorithm> |