diff options
Diffstat (limited to 'test/markers_test.cc')
| -rw-r--r-- | test/markers_test.cc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/markers_test.cc b/test/markers_test.cc index 813736de..f42f33c5 100644 --- a/test/markers_test.cc +++ b/test/markers_test.cc @@ -31,11 +31,13 @@ files in the program, then also delete it here. */ + +#include <boost/bind.hpp> +#include <boost/shared_ptr.hpp> +#include <boost/test/unit_test.hpp> #include "cpl.h" #include "reel.h" #include "reel_markers_asset.h" -#include <boost/shared_ptr.hpp> -#include <boost/test/unit_test.hpp> using std::string; using boost::shared_ptr; |
