Skip to content

Commit

Permalink
Add missing StdStringEncodingConverter.h includes to fix non-PCH Wind…
Browse files Browse the repository at this point in the history
…ows builds
  • Loading branch information
Fulgen301 committed Sep 23, 2024
1 parent faf0054 commit e664aa9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/C4ComponentHost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#ifdef _WIN32
#include "C4Console.h"
#include "StdRegistry.h"
#include "StdStringEncodingConverter.h"
#include "res/engine_resource.h"
#endif

Expand Down
1 change: 1 addition & 0 deletions src/C4Console.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

#ifdef _WIN32
#include "StdRegistry.h"
#include "StdStringEncodingConverter.h"
#include "res/engine_resource.h"
#endif

Expand Down
1 change: 1 addition & 0 deletions src/C4EditCursor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <C4Wrappers.h>

#ifdef _WIN32
#include "StdStringEncodingConverter.h"
#include "res/engine_resource.h"
#endif

Expand Down
1 change: 1 addition & 0 deletions src/C4PropertyDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

#ifdef _WIN32
#include "StdRegistry.h"
#include "StdStringEncodingConverter.h"
#include "res/engine_resource.h"
#endif

Expand Down
1 change: 1 addition & 0 deletions src/C4ToolsDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

#ifdef _WIN32
#include "StdRegistry.h"
#include "StdStringEncodingConverter.h"
#include "res/engine_resource.h"
#endif

Expand Down

0 comments on commit e664aa9

Please sign in to comment.