diff --git a/src/browser/window_launcher_linux.cxx b/src/browser/window_launcher_linux.cxx index 39806cc..736da9c 100644 --- a/src/browser/window_launcher_linux.cxx +++ b/src/browser/window_launcher_linux.cxx @@ -7,6 +7,7 @@ #include #include #include +#include #include extern char **environ; @@ -254,13 +255,16 @@ CefRefPtr Browser::Launcher::LaunchDeb(CefRefPtrrs3_path.c_str()); char* argv[2]; argv[0] = path_str.data();