From b99daadb05e14e85da6c5e905057e10fc27c0fcf Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 13 Jan 2023 12:47:48 +0100 Subject: Use std::string instead of CharArray Let's use a more common type instead of something homegrown. Should be more familiar to new developers. --- vncviewer/ServerDialog.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'vncviewer/ServerDialog.cxx') diff --git a/vncviewer/ServerDialog.cxx b/vncviewer/ServerDialog.cxx index db39cd59..ec1e40e4 100644 --- a/vncviewer/ServerDialog.cxx +++ b/vncviewer/ServerDialog.cxx @@ -38,6 +38,7 @@ #include #include #include +#include #include "fltk/layout.h" #include "ServerDialog.h" -- cgit v1.2.3