Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2015-06-09 00:52:13 +0300
committerAdam Langley <agl@google.com>2015-06-09 00:52:13 +0300
commit3d960e5ec139798c457f53c5576c8b7961564e9f (patch)
treed179ccd8b92443501cf27239326b1eaadb7a4eaf /tool
parenta8ebe2261f1c1f66fe22244622685c22833c39db (diff)
Include base.h in tool/internal.h.
This is attempting to fix a Windows build failure when building args.cc. Change-Id: I6e0c05303832c446d07e5e0d95a1c5151d275788
Diffstat (limited to 'tool')
-rw-r--r--tool/internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/internal.h b/tool/internal.h
index eae8881b..84f8c4d4 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>