Browse Source

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

Alexander Gessler 13 years ago
parent
commit
4c30c00585
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/FBXParser.cpp

+ 1 - 1
code/FBXParser.cpp

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