diff options
Diffstat (limited to 'absl/crc/internal/crc_non_temporal_memcpy.cc')
-rw-r--r-- | absl/crc/internal/crc_non_temporal_memcpy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/crc/internal/crc_non_temporal_memcpy.cc b/absl/crc/internal/crc_non_temporal_memcpy.cc index adc867f6..a56f1eb0 100644 --- a/absl/crc/internal/crc_non_temporal_memcpy.cc +++ b/absl/crc/internal/crc_non_temporal_memcpy.cc @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include <cstdint> +#include <cstddef> #include "absl/base/config.h" #include "absl/crc/crc32c.h" |