Browse Source

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

Alexander Gessler 13 năm trước cách đây
mục cha
commit
4c30c00585
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
 {