Skip to content

Commit

Permalink
[FOLD] Fix non-unity build.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtatcam committed Oct 3, 2022
1 parent a8cf581 commit 2b33ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/app/AMM_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <ripple/protocol/STParsedJSON.h>
#include <ripple/resource/Fees.h>
#include <ripple/rpc/RPCHandler.h>
#include <ripple/rpc/impl/RPCHelpers.h>
#include <boost/regex.hpp>
#include <test/jtx.h>
#include <test/jtx/AMM.h>
Expand Down
1 change: 1 addition & 0 deletions src/test/protocol/KnownFormatToGRPC_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
*/
//==============================================================================

#include <ripple/basics/UnorderedContainers.h>
#include <ripple/basics/safe_cast.h>
#include <ripple/beast/unit_test.h>
#include <ripple/protocol/InnerObjectFormats.h>
Expand Down

0 comments on commit 2b33ec3

Please sign in to comment.