Skip to content

Commit fcbdefb

Browse files
committed
patch
1 parent f0c303b commit fcbdefb

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.idea/editor.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/linear_algebra/vector2.ixx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ module;
66
#include <cmath>
77
#include <format>
88
#include <tuple>
9-
10-
export module omath.vector2;
11-
9+
#include <cmath>
1210

1311
#ifdef OMATH_IMGUI_INTEGRATION
1412
#include <imgui.h>
1513
#endif
1614

15+
export module omath.vector2;
16+
17+
1718
export namespace omath
1819
{
1920
template<class Type>

modules/linear_algebra/vector3.ixx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ module;
77
#include <expected>
88
#include <functional>
99
#include <format>
10+
#include <cmath>
1011

1112
#ifdef OMATH_IMGUI_INTEGRATION
1213
#include <imgui.h>

modules/linear_algebra/vector4.ixx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
module;
55
#include <algorithm>
66
#include <format>
7+
#include <cmath>
78

89
#ifdef OMATH_IMGUI_INTEGRATION
910
#include <imgui.h>

0 commit comments

Comments
 (0)