#ifdef EXPLICIT_TEMPLATES #include "BTree.h" #include "BTreeNode.cpp" #include "BTree.cpp" template class BTreeNode; template class BTree; #endif