Skip to content

Commit

Permalink
Fix outcome include path.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlion committed Oct 30, 2024
1 parent 5a50462 commit e289476
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
40 changes: 20 additions & 20 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cpp/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cc_library(
name = "libclp_ffi_go",
srcs = glob(["src/**"]),
srcs = glob(["src/**/*"]),
hdrs = glob(["src/ffi_go/**/*.h"]),
includes = [
"src",
Expand Down
2 changes: 1 addition & 1 deletion cpp/src/ffi_go/ir/serializer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include <memory>
#include <lint/msgpack.hpp>
#include <boost/outcome.hpp>
#include <outcome/single-header/outcome.hpp>
#include <system_error>

#include <clp/ffi/ir_stream/Serializer.hpp>
Expand Down

0 comments on commit e289476

Please sign in to comment.