diff options
Diffstat (limited to 'content/common/ax_content_node_data.cc')
-rw-r--r-- | content/common/ax_content_node_data.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/content/common/ax_content_node_data.cc b/content/common/ax_content_node_data.cc index 0c7359a..c7053b9 100644 --- a/content/common/ax_content_node_data.cc +++ b/content/common/ax_content_node_data.cc @@ -2,9 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/strings/string_number_conversions.h" #include "content/common/ax_content_node_data.h" +#include <algorithm> + +#include "base/strings/string_number_conversions.h" + using base::IntToString; namespace content { |