diff --git a/src/xenia/base/cvar.cc b/src/xenia/base/cvar.cc index 219f033ae..c22fecbb6 100644 --- a/src/xenia/base/cvar.cc +++ b/src/xenia/base/cvar.cc @@ -8,7 +8,7 @@ */ #include "xenia/base/cvar.h" - +#include #define UTF_CPP_CPLUSPLUS 201703L #include "third_party/utfcpp/source/utf8.h" @@ -87,7 +87,7 @@ void ParseLaunchArguments(int& argc, char**& argv, configVar->LoadFromLaunchOptions(&result); } } - } catch (const cxxopts::OptionException& e) { + } catch (const cxxopts::exceptions::exception& e) { xe::AttachConsole(); if (xe::has_console_attached()) { std::cout << e.what() << std::endl; diff --git a/third_party/cxxopts b/third_party/cxxopts index 48e265dc4..2e3c6991d 160000 --- a/third_party/cxxopts +++ b/third_party/cxxopts @@ -1 +1 @@ -Subproject commit 48e265dc4b347d3178e4458de81704e0d88047b2 +Subproject commit 2e3c6991d33811878ebcc0839d3815850d129b3a