diff --git a/hphp/runtime/base/runtime_error.h b/hphp/runtime/base/runtime_error.h index 42e320563..1a6c63c95 100644 --- a/hphp/runtime/base/runtime_error.h +++ b/hphp/runtime/base/runtime_error.h @@ -17,8 +17,11 @@ #ifndef __HPHP_RUNTIME_ERROR_H__ #define __HPHP_RUNTIME_ERROR_H__ +#include #include +#include "util/base.h" + namespace HPHP { /////////////////////////////////////////////////////////////////////////////// diff --git a/hphp/runtime/base/util/curl_tls_workarounds.cpp b/hphp/runtime/base/util/curl_tls_workarounds.cpp index d5bca0e34..0c8f7d388 100644 --- a/hphp/runtime/base/util/curl_tls_workarounds.cpp +++ b/hphp/runtime/base/util/curl_tls_workarounds.cpp @@ -14,12 +14,14 @@ +----------------------------------------------------------------------+ */ -#include -#include #include #include #include +#include "runtime/base/util/curl_tls_workarounds.h" +#include "runtime/base/runtime_error.h" +#include "runtime/base/runtime_option.h" + namespace HPHP { CURLcode curl_tls_workarounds_cb(CURL *curl, void *sslctx, void *parm) {