Skip to content

Commit

Permalink
fix test include
Browse files Browse the repository at this point in the history
  • Loading branch information
rask24 committed Apr 21, 2024
1 parent 21f3a20 commit a0075f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/test_greedy_operation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#include "gtest/gtest.h"

extern "C" {
#include <fcntl.h>

#include "large_sort.h"
#include "push_swap.h"
}
Expand Down
2 changes: 2 additions & 0 deletions test/unit/test_sort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#include "gtest/gtest.h"

extern "C" {
#include <fcntl.h>

#include "push_swap.h"
#include "sort.h"
}
Expand Down

0 comments on commit a0075f5

Please sign in to comment.