Skip to content

Commit

Permalink
fix: missing <map> include
Browse files Browse the repository at this point in the history
  • Loading branch information
kszenes committed Mar 20, 2024
1 parent e9770ed commit c4300fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dmrg/framework/dmrg/utils/results_collector.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <boost/any.hpp>
#include <vector>
#include <memory>
#include <map>

/**
* @brief Class used to store the results of a generic sweep-based algorithm
Expand Down

0 comments on commit c4300fb

Please sign in to comment.