Skip to content

Commit c341ba0

Browse files
authored
Merge pull request #56 from TACITVS/Claude_quaternion_phase1
Fix: Correct include path for fp_core.h in test_general_hof.c
2 parents 5dc6f27 + f1ae686 commit c341ba0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/test_general_hof.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <stdint.h>
1010
#include <stdbool.h>
1111
#include <math.h>
12-
#include "include/fp_core.h"
12+
#include "fp_core.h"
1313

1414
// ============================================================================
1515
// FOLDL TEST FUNCTIONS

0 commit comments

Comments
 (0)