Skip to content

Commit

Permalink
🚑 hotfix: Add parse.h include statement
Browse files Browse the repository at this point in the history
  • Loading branch information
yhames committed Aug 26, 2024
1 parent 589e7ce commit a3d5430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parse_texture_test.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
extern "C" {
#include "minirt.h"
#include "shape/hittable.h"
#include "parse.h"
#include "mlx.h"
}
#include <fstream>
Expand Down

0 comments on commit a3d5430

Please sign in to comment.