Skip to content

Commit

Permalink
Fixed header inclusion issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi688 committed Feb 7, 2022
1 parent 4ac74bf commit c50ac99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/hpml/affine_transformation.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#pragma once

#include <hpml/affine_transformation/header_config.h>
#include <hpml/affine_transformation.h>
#include <hpml/affine_transformation/affine_transformation.h>
2 changes: 2 additions & 0 deletions include/hpml/mat4.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

#pragma once

#include <hpml/memory.h>
#include <hpml/vec4.h>
#include <hpml/mat4/header_config.h>
#include <hpml/mat4/mat4.h>

0 comments on commit c50ac99

Please sign in to comment.