Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LiangliangNan committed Dec 22, 2024
1 parent 0203789 commit 18458a3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions easy3d/core/hash.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
#include <cstdint>
#include <functional>

#include <easy3d/core/vec.h>


namespace easy3d
{
Expand Down
3 changes: 3 additions & 0 deletions easy3d/core/heap.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
#define EASY3D_CORE_HEAP_H

#include <vector>
#include <cassert>
#include <iostream>


namespace easy3d {

Expand Down
1 change: 1 addition & 0 deletions easy3d/core/line.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#define EASY3D_CORE_LINE_H

#include <easy3d/core/vec.h>
#include <easy3d/util/logging.h>


namespace easy3d {
Expand Down
2 changes: 2 additions & 0 deletions easy3d/core/polygon.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#include <algorithm>

#include <easy3d/core/vec.h>
#include <easy3d/core/box.h>


namespace easy3d {

Expand Down
2 changes: 1 addition & 1 deletion easy3d/renderer/state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
********************************************************************/

#include <easy3d/renderer//state.h>
#include <easy3d/renderer/state.h>
#include <easy3d/util/logging.h>


Expand Down
1 change: 1 addition & 0 deletions easy3d/util/line_stream.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

#include <iostream>
#include <sstream>
#include <cassert>


namespace easy3d {
Expand Down

0 comments on commit 18458a3

Please sign in to comment.