Skip to content

Commit

Permalink
fix missing header for dump_model_graph (#2464)
Browse files Browse the repository at this point in the history
fixes "invalid use of incomplete type lbann::model" when compiling with LBANN_HAS_BOOST
  • Loading branch information
jvwilliams23 authored Jul 22, 2024
1 parent 49931d5 commit 68484bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/callbacks/dump_model_graph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
////////////////////////////////////////////////////////////////////////////////

#include "lbann/callbacks/dump_model_graph.hpp"
#include "lbann/models/model.hpp"
#include "lbann/utils/exception.hpp"
#include "lbann_config.hpp"

Expand Down

0 comments on commit 68484bd

Please sign in to comment.