Skip to content

Commit

Permalink
added include directo
Browse files Browse the repository at this point in the history
  • Loading branch information
DonaldJennings committed Feb 14, 2024
1 parent f6cef20 commit eaeb790
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ add_subdirectory(src/mpi)
add_subdirectory(src/proto)
add_subdirectory(src/redis)
add_subdirectory(src/runner)
add_subdirectory(src/loadbalance)
add_subdirectory(src/scheduler)
add_subdirectory(src/snapshot)
add_subdirectory(src/state)
Expand All @@ -130,6 +131,7 @@ add_library(faabric
$<TARGET_OBJECTS:scheduler_obj>
$<TARGET_OBJECTS:snapshot_obj>
$<TARGET_OBJECTS:state_obj>
$<TARGET_OBJECTS:loadbalance_obj>
$<TARGET_OBJECTS:transport_obj>
$<TARGET_OBJECTS:util_obj>
)
Expand Down
1 change: 1 addition & 0 deletions src/scheduler/Scheduler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <faabric/util/string_tools.h>
#include <faabric/util/testing.h>
#include <faabric/util/timing.h>
#include <faabric/loadbalance/LoadBalancePolicy.h>

#include <sys/eventfd.h>
#include <sys/file.h>
Expand Down

0 comments on commit eaeb790

Please sign in to comment.