Skip to content

Commit 68c6627

Browse files
authored
Merge pull request KhronosGroup#2411 from squidbus/fix-compile
Fix compile with MVK_USE_CEREAL=0
2 parents 5ad3ee5 + cdd6a42 commit 68c6627

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MoltenVK/MoltenVK/GPUObjects/MVKPipeline.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#endif
2929
#include "mvk_datatypes.hpp"
3030
#include <sys/stat.h>
31+
#include <sstream>
3132

3233
#ifndef MVK_USE_CEREAL
3334
#define MVK_USE_CEREAL (1)

0 commit comments

Comments
 (0)