Skip to content

Commit 0929959

Browse files
authored
Merge pull request #251 from RobLoach/add-string
Add string to Vector hpps
2 parents d536215 + 2786142 commit 0929959

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

include/Vector2.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#include <cmath>
66
#endif
77

8+
#include <string>
9+
810
#include "./raylib.hpp"
911
#include "./raymath.hpp"
1012
#include "./raylib-cpp-utils.hpp"

include/Vector3.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#include <cmath>
66
#endif
77

8+
#include <string>
9+
810
#include "./raylib.hpp"
911
#include "./raymath.hpp"
1012
#include "./raylib-cpp-utils.hpp"

include/Vector4.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#include <utility>
77
#endif
88

9+
#include <string>
10+
911
#include "./raylib.hpp"
1012
#include "./raymath.hpp"
1113
#include "./raylib-cpp-utils.hpp"

0 commit comments

Comments
 (0)