commit | ec369e3867b4a9f900c97d98ff984465cb69da00 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Mon Apr 13 11:06:12 2020 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Mon Apr 13 11:10:22 2020 -0700 |
tree | 1487f1a460d42a70bf811164991bf6e7cb786671 | |
parent | f083ee34c8fbd591aa67d3753e51d0aa2fe4df5b [diff] [blame] |
Include what you use: <fcntl.h> This was transitively included, but no longer is, so it must be explicitly included. Exempt-From-Owner-Approval: Janitorial Test: build Change-Id: I1b255b90fe1622e1b64be45e2993a4f0e7d3bcd5
diff --git a/TokenManager.cpp b/TokenManager.cpp index 378ee16..8c0acfc 100644 --- a/TokenManager.cpp +++ b/TokenManager.cpp
@@ -18,6 +18,8 @@ #include "TokenManager.h" +#include <fcntl.h> + #include <functional> #include <log/log.h> #include <openssl/hmac.h>