Skip to content

Commit 30bb4ad

Browse files
fix SourceFormatter.h missing header file (#8498)
missing <string>
1 parent d9e3046 commit 30bb4ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/matdbg/src/SourceFormatter.h

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#define MATDBG_SOURCE_FORMATTER_H
1919

2020
#include <mutex>
21+
#include <string>
2122

2223
namespace filament::matdbg {
2324

0 commit comments

Comments
 (0)