Skip to content

Commit

Permalink
Add another missing <string_theory/format> include to plConfigInfo.h
Browse files Browse the repository at this point in the history
This wasn't noticeable on Windows for some reason.
  • Loading branch information
dgelessus committed Jul 22, 2023
1 parent c09476a commit cd89ad1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Sources/Plasma/PubUtilLib/plContainer/plConfigInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#define plConfigInfo_h_inc

#include "plKeysAndValues.h"
#include <vector>

/////////////////////////////////////////////////

namespace ST { class string; }
#include <string_theory/format>
#include <vector>

typedef std::vector<ST::string> plStringList;

Expand Down

0 comments on commit cd89ad1

Please sign in to comment.