aboutsummaryrefslogtreecommitdiff
path: root/cc/registry.h
diff options
context:
space:
mode:
authorThai Duong <thaidn@google.com>2017-04-12 18:07:48 -0700
committerThai Duong <thaidn@google.com>2017-05-03 18:14:24 -0700
commitce6cffc01dc1ee8031345eb9397db92a3d28dc9d (patch)
treed1790d65716da75850513e6897bd70f892b77002 /cc/registry.h
parentffaa21c2c519e47592c8a3b0a05c136202fbbcc2 (diff)
downloadtink-ce6cffc01dc1ee8031345eb9397db92a3d28dc9d.tar.gz
Fix Lint errors.
Change-Id: I246a1d31cb02adc3def4404ff694892e76151c13 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 2d6ceb9bd716d1ece5a9a953b27ce98f7089685b
Diffstat (limited to 'cc/registry.h')
-rw-r--r--cc/registry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/registry.h b/cc/registry.h
index 504d6061e..627dddde7 100644
--- a/cc/registry.h
+++ b/cc/registry.h
@@ -17,7 +17,7 @@
#ifndef TINK_REGISTRY_H_
#define TINK_REGISTRY_H_
-#include <mutex>
+#include <mutex> // NOLINT(build/c++11)
#include <typeinfo>
#include <unordered_map>