Skip to content

Commit

Permalink
Fixed build errors for contrib/extractor at some x64 plaforms
Browse files Browse the repository at this point in the history
Signed-off-by: VladimirMangos <vladimir@getmangos.com>

(based on commit 06e99ea)
  • Loading branch information
kyle1 authored and VladimirMangos committed Jan 12, 2010
1 parent a0cb658 commit 6d41878
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/extractor/loadlib/loadlib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#include "loadlib.h"
#include "../mpq_libmpq.h"

#include <stdio.h>

class MPQFile;

FileLoader::FileLoader()
Expand Down
1 change: 1 addition & 0 deletions contrib/extractor/mpq_libmpq.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "mpq_libmpq.h"
#include <deque>
#include <stdio.h>

ArchiveSet gOpenArchives;

Expand Down

0 comments on commit 6d41878

Please sign in to comment.