OSDN Git Service

Include <string> to avoid compiler error on MacOS/clang when not using precompiled...
authorEric Branlund <ebranlund@fastmail.com>
Mon, 19 Dec 2022 19:35:48 +0000 (12:35 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Mon, 19 Dec 2022 19:35:48 +0000 (12:35 -0700)
src/view/display-util.cpp

index 4e50dc0..c88131e 100644 (file)
@@ -1,5 +1,6 @@
 #include "view/display-util.h"
 #include "term/term-color-types.h"
+#include <string>
 #include <vector>
 
 namespace {