From 11b0c18dacbb46541ce0d22e0498abac38d30f7b Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 20 Jan 2013 22:28:10 +0100 Subject: fix includes --- src/utils/binary_file.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/utils/binary_file.cpp') diff --git a/src/utils/binary_file.cpp b/src/utils/binary_file.cpp index 06056405..536bdc70 100644 --- a/src/utils/binary_file.cpp +++ b/src/utils/binary_file.cpp @@ -22,9 +22,11 @@ * */ -#include "binary_file.hpp" +#include #include +#include "binary_file.hpp" + namespace usdx { BinaryFile::BinaryFile(const std::string& filename) : file(filename.c_str(), std::ifstream::in | std::ifstream::binary), content(NULL) -- cgit v1.2.3