fix header includes

This commit is contained in:
Er2 2023-05-10 11:26:09 +03:00
parent 569816e8ed
commit 88f4cfa22e
2 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,8 @@
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <limits.h>
#include <algorithm>
#include <list>
#include <vector>

View File

@ -12,6 +12,7 @@
#include "stdafx.h"
#include <direct.h>
#else
#include <stdio.h>
#include <dlfcn.h>
#endif
#include "tier1/interface.h"