Add/remove header files (include what you spell)
Also, fixed a couple of ClangTidy warnings about unnecessary "const", missing "explicit" etc.
PiperOrigin-RevId: 546874243
Change-Id: I234dc8d99b6e3ef0a6e12252f11fe299b9c69926
diff --git a/lifetime_annotations/lifetime_error.h b/lifetime_annotations/lifetime_error.h
index a8aae29..432e017 100644
--- a/lifetime_annotations/lifetime_error.h
+++ b/lifetime_annotations/lifetime_error.h
@@ -5,7 +5,12 @@
#ifndef CRUBIT_LIFETIME_ANNOTATIONS_LIFETIME_ERROR_H_
#define CRUBIT_LIFETIME_ANNOTATIONS_LIFETIME_ERROR_H_
+#include <string>
+#include <system_error>
+#include <utility>
+
#include "llvm/Support/Error.h"
+#include "llvm/Support/raw_ostream.h"
namespace clang {
namespace tidy {