mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-17 21:50:50 -04:00
[8080] Portability fixes for some Unix platforms. Author: VladimirMangos
* Add #include <stdio.h> to some fiels where related functions call.
* Avoid template dependent lookup for fields in class LockedQueue.
--HG--
branch : trunk
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include <cstdio>
|
||||
|
||||
#include "DebugCmdLogger.h"
|
||||
#include <stdio.h>
|
||||
|
||||
using namespace G3D;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user