Skip to content

Commit

Permalink
Add <algorithm> so the use of std::sort does not depend on transitive…
Browse files Browse the repository at this point in the history
… includes.

This file likely needs more headers long term, but this should be enough to get
the file to compile.

PiperOrigin-RevId: 275558491
Change-Id: Ie8e4d4d20e5e28f20e8a216641905211ddfb739c
  • Loading branch information
nairb774 authored and tensorflower-gardener committed Oct 18, 2019
1 parent 02fa654 commit dd60f44
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ limitations under the License.

#include "tensorflow/lite/delegates/gpu/common/memory_management/internal.h"

#include <algorithm>

namespace tflite {
namespace gpu {

Expand Down

0 comments on commit dd60f44

Please sign in to comment.