mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-03-12 05:31:17 +00:00
fix header includes
This commit is contained in:
parent
569816e8ed
commit
88f4cfa22e
@ -21,6 +21,8 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include <algorithm>
|
||||
#include <list>
|
||||
#include <vector>
|
||||
|
@ -12,6 +12,7 @@
|
||||
#include "stdafx.h"
|
||||
#include <direct.h>
|
||||
#else
|
||||
#include <stdio.h>
|
||||
#include <dlfcn.h>
|
||||
#endif
|
||||
#include "tier1/interface.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user