Skip to content

Commit

Permalink
Fix include file for serialization
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Schuchart <[email protected]>
  • Loading branch information
devreal committed Sep 5, 2024
1 parent 6b1eaee commit 25f00a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/madness/mra-device/tensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <array>

#include <ttg.h>
#include <ttg/serialization/madness.h>
#include <ttg/serialization.h>
#include <ttg/serialization/std/array.h>
#include <madness/world/world.h>

Expand Down

0 comments on commit 25f00a2

Please sign in to comment.