Add <algorithm> to device_files.cpp

(This is a merge of http://go/wvgerrit/101423 to Android.)

This header was missing. On the STL used inside Google, it gets included
transitively, but this is not guaranteed and broke in a partner's STL.

Bug: 154185251
Test: Android Build
Test: CE CDM Build and Unit Tests
Change-Id: If8df7e288073e69250f98d67f732804a955bbaa3
This commit is contained in:
John W. Bruce
2020-06-03 16:21:57 -07:00
parent f870da8567
commit e47233ecf6

View File

@@ -6,6 +6,7 @@
#include <string.h>
#include <algorithm>
#include <string>
#include "certificate_provisioning.h"