# fbx: forgot a <Windows.h> in my code.

pull/14/head
Alexander Gessler 2012-06-26 15:40:16 +02:00
parent ecd79b3cc3
commit 4c30c00585
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ Element::~Element()
{ {
std::for_each(tokens.begin(),tokens.end(),Util::delete_fun<Token>()); std::for_each(tokens.begin(),tokens.end(),Util::delete_fun<Token>());
} }
#include <Windows.h>
// ------------------------------------------------------------------------------------------------ // ------------------------------------------------------------------------------------------------
Scope::Scope(Parser& parser,bool topLevel) Scope::Scope(Parser& parser,bool topLevel)
{ {