Skip to content

Commit

Permalink
Fix VS2017 builds because of a missing cctype include
Browse files Browse the repository at this point in the history
    - std::isspace requires include of cctype in VS2017
  • Loading branch information
klucknav committed Jul 14, 2023
1 parent 4a55b91 commit d8183b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/MaterialXGenMsl/MslShaderGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@

#include "MslResourceBindingContext.h"

#include <cctype>

MATERIALX_NAMESPACE_BEGIN

const string MslShaderGenerator::TARGET = "genmsl";
Expand Down

0 comments on commit d8183b6

Please sign in to comment.