1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

Fix protobuf compile error on msvc12.

This commit is contained in:
Nicholas Hastings
2014-02-28 14:32:49 -05:00
parent 452e5af977
commit 6019eb1826

View File

@ -37,6 +37,7 @@
#include <assert.h>
#include <stdlib.h>
#include <algorithm>
#include <cstddef>
#include <string>
#include <string.h>