Skip to content

Commit 3754c0e

Browse files
committed
Processing_api.h: add #include <string> for std::string on macOS clang
1 parent 28e4371 commit 3754c0e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Processing_api.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// classes inside sketches (which don't inherit from PApplet).
44
#pragma once
55
#include "Processing.h"
6+
#include <string>
67

78
// ── Math (static, no instance needed) ────────────────────────────────────────
89
inline float radians(float d) { return PApplet::radians(d); }

0 commit comments

Comments
 (0)