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)
commit79a25e88e134febea50ec38697124538b3078cc0
tree6d6ba494b251be5cb8c99c848d4dcc0f6be03399
parenta075f88b5862916bd382c4ee445b83848c1c5140
Include <string> to avoid compiler error on MacOS/clang when not using precompiled headers.  Resolves https://github.com/hengband/hengband/issues/2963 .
src/view/display-util.cpp