From ccf04906242b22404384052da8459cb7018c98f2 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 11 Jul 2010 17:45:35 -0700 Subject: [PATCH] Windows build fix. --- sourcepawn/compiler/sp_symhash.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sourcepawn/compiler/sp_symhash.c b/sourcepawn/compiler/sp_symhash.c index b73a567b..cc885c0d 100644 --- a/sourcepawn/compiler/sp_symhash.c +++ b/sourcepawn/compiler/sp_symhash.c @@ -4,6 +4,7 @@ #include #include "sc.h" #include "sp_symhash.h" +#include "sp_file_headers.h" SC_FUNC uint32_t NameHash(const char *str)