forked from OSchip/llvm-project
[Serialization] Add missing includes for CHAR_BIT
This commit is contained in:
parent
f035068bb3
commit
481691572d
|
@ -26,6 +26,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include <climits>
|
||||
#include "clang/Basic/SourceLocation.h"
|
||||
|
||||
#ifndef LLVM_CLANG_SERIALIZATION_SOURCELOCATIONENCODING_H
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#include "clang/Serialization/SourceLocationEncoding.h"
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
#include <climits>
|
||||
|
||||
using namespace llvm;
|
||||
using namespace clang;
|
||||
|
|
Loading…
Reference in New Issue