Add eight missing headers...

How did you ever get this to compile if those
headers were removed from the precompiled header?
This commit is contained in:
Aleric Inglewood
2012-08-10 07:23:29 +02:00
parent 152238e67f
commit 94ebcdeb6b
8 changed files with 11 additions and 0 deletions

View File

@@ -49,6 +49,10 @@
// NOTE: MUST include these after otherincludes since queue gets redefined!?!!
#include <xmlrpc-epi/xmlrpc.h>
#include <curl/curl.h>
#ifdef DEBUG_CURLIO
#include "debug_libcurl.h"
#endif
// Don't define PLATFORM_STRING for unknown platforms - they need
// to get added to the login cgi script, so we want this to cause an