Skip to content

Commit

Permalink
Fix includes for static casting
Browse files Browse the repository at this point in the history
  • Loading branch information
meister committed Nov 4, 2024
1 parent aca1c4d commit 53ccfbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/cando/chem/energyComponent.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ This is an open source license for the CANDO software from Temple University, bu
#include <cando/adapt/quickDom.h>
#include <cando/chem/energyAtomTable.h>
#include <cando/chem/nVector.h>
#include <cando/chem/scoringFunction.fwd.h>
#include <cando/chem/scoringFunction.h>
#include <cando/chem/residue.h>

//
Expand Down
3 changes: 2 additions & 1 deletion src/chem/energyComponent.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@ This is an open source license for the CANDO software from Temple University, bu
#define DEBUG_LEVEL_NONE

#include <clasp/core/common.h>
#include <cando/chem/scoringFunction.h>
#include <cando/chem/energyFunction.h>
#include <cando/chem/energyComponent.h>
//#include "core/archiveNode.h"
//#include "core/archive.h"
#
// last include is wrappers.h
#include <clasp/core/wrappers.h>


namespace chem {


Expand Down

0 comments on commit 53ccfbc

Please sign in to comment.