diff --git a/data_structures/binary_search_tree.cpp b/data_structures/binary_search_tree.cpp index 8e1a83184a2..c23acfd35e8 100644 --- a/data_structures/binary_search_tree.cpp +++ b/data_structures/binary_search_tree.cpp @@ -6,7 +6,7 @@ * \warning This program is a poor implementation - C style - and does not * utilize any of the C++ STL features. */ -#include //test code +#include // test code #include #include /** An struct node type.