more include cleaning
This commit is contained in:
@@ -15,10 +15,9 @@
|
||||
#define OR_TOOLS_BASE_BITMAP_H_
|
||||
|
||||
#include <cassert>
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
|
||||
#include "ortools/base/types.h"
|
||||
|
||||
namespace operations_research {
|
||||
namespace internal {
|
||||
inline uint64_t OneBit64(int pos) { return uint64_t{1} << pos; }
|
||||
|
||||
Reference in New Issue
Block a user