From 54b62cbef7a534fed6278cc42c4df1f9ddc6b57a Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 26 May 2018 10:01:26 +1000 Subject: Do not expose C++ typeid().name to user facing errors on wrong option type Fixes #2079 --- src/input_handler.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/input_handler.cc') diff --git a/src/input_handler.cc b/src/input_handler.cc index f9710609..88dfa28a 100644 --- a/src/input_handler.cc +++ b/src/input_handler.cc @@ -10,6 +10,7 @@ #include "face_registry.hh" #include "insert_completer.hh" #include "normal.hh" +#include "option_types.hh" #include "regex.hh" #include "register_manager.hh" #include "hash_map.hh" -- cgit v1.2.3