mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 19:37:04 +00:00
[8080] Portability fixes for some Unix platforms.
* Add #include <stdio.h> to some fiels where related functions call. * Avoid template dependent lookup for fields in class LockedQueue.
This commit is contained in:
parent
95ce1eed1c
commit
a7d9ace55f
8 changed files with 34 additions and 41 deletions
|
|
@ -17,6 +17,7 @@
|
|||
*/
|
||||
|
||||
#include "DebugCmdLogger.h"
|
||||
#include <stdio.h>
|
||||
|
||||
using namespace G3D;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue