There was an error while loading. Please reload this page.
1 parent 28e4371 commit 3754c0eCopy full SHA for 3754c0e
1 file changed
src/Processing_api.h
@@ -3,6 +3,7 @@
3
// classes inside sketches (which don't inherit from PApplet).
4
#pragma once
5
#include "Processing.h"
6
+#include <string>
7
8
// ── Math (static, no instance needed) ────────────────────────────────────────
9
inline float radians(float d) { return PApplet::radians(d); }
0 commit comments