conflict resolution again, temp. move LogAux.h

pull/1683/head
BuildTools 2018-01-15 19:07:33 -08:00
parent 68db518696
commit d0c92e30be
1 changed files with 4 additions and 7 deletions

View File

@ -45,18 +45,15 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef INCLUDED_AI_LOGAUX_H
#define INCLUDED_AI_LOGAUX_H
#include "TinyFormatter.h"
#include "Exceptional.h"
#include <assimp/TinyFormatter.h>
#include <assimp/Exceptional.h>
#include <assimp/DefaultLogger.hpp>
namespace Assimp {
template<class TDeriving>
class LogFunctions
{
class LogFunctions {
public:
// ------------------------------------------------------------------------------------------------
static void ThrowException(const std::string& msg)
{