commit | 3d960e5ec139798c457f53c5576c8b7961564e9f | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@google.com> | Mon Jun 08 14:52:13 2015 -0700 |
committer | Adam Langley <agl@google.com> | Mon Jun 08 14:52:13 2015 -0700 |
tree | d179ccd8b92443501cf27239326b1eaadb7a4eaf | |
parent | a8ebe2261f1c1f66fe22244622685c22833c39db [diff] |
Include base.h in tool/internal.h. This is attempting to fix a Windows build failure when building args.cc. Change-Id: I6e0c05303832c446d07e5e0d95a1c5151d275788
diff --git a/tool/internal.h b/tool/internal.h index eae8881..84f8c4d 100644 --- a/tool/internal.h +++ b/tool/internal.h
@@ -15,6 +15,8 @@ #ifndef OPENSSL_HEADER_TOOL_INTERNAL_H #define OPENSSL_HEADER_TOOL_INTERNAL_H +#include <openssl/base.h> + #include <string> #include <vector>