Skip to content

Commit

Permalink
Merge pull request #2411 from squidbus/fix-compile
Browse files Browse the repository at this point in the history
Fix compile with MVK_USE_CEREAL=0
  • Loading branch information
billhollings authored Dec 28, 2024
2 parents 5ad3ee5 + cdd6a42 commit 68c6627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MoltenVK/MoltenVK/GPUObjects/MVKPipeline.mm
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#endif
#include "mvk_datatypes.hpp"
#include <sys/stat.h>
#include <sstream>

#ifndef MVK_USE_CEREAL
#define MVK_USE_CEREAL (1)
Expand Down

0 comments on commit 68c6627

Please sign in to comment.