Skip to content

Commit

Permalink
added more include memory
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Guo committed Jan 23, 2025
1 parent 7530045 commit 2b5c12c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MatEnv/MatDBInfo.hh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include "KinKal/MatEnv/FileFinderInterface.hh"
#include <string>
#include <map>
#include <memory>

namespace MatEnv {

Expand Down
1 change: 1 addition & 0 deletions MatEnv/MaterialInfo.hh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#include <string>
#include <vector>
#include <memory>
namespace MatEnv {
class DetMaterial;

Expand Down

0 comments on commit 2b5c12c

Please sign in to comment.