diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/CallTip.cxx | 1 | ||||
-rw-r--r-- | src/Style.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/CallTip.cxx b/src/CallTip.cxx index db287ea4a..2dcf91ea6 100644 --- a/src/CallTip.cxx +++ b/src/CallTip.cxx @@ -13,6 +13,7 @@ #include <stdexcept> #include <string> +#include <vector> #include <algorithm> #include <memory> diff --git a/src/Style.cxx b/src/Style.cxx index 40586b916..11509c1ba 100644 --- a/src/Style.cxx +++ b/src/Style.cxx @@ -6,6 +6,7 @@ // The License.txt file describes the conditions under which this software may be distributed. #include <stdexcept> +#include <vector> #include "Platform.h" |