Index: third_party/WebKit/Source/platform/inspector_protocol/InspectorProtocol_cpp.template |
diff --git a/third_party/WebKit/Source/platform/inspector_protocol/InspectorProtocol_cpp.template b/third_party/WebKit/Source/platform/inspector_protocol/InspectorProtocol_cpp.template |
index e7c49fdda189e55ded67b6b007499076116be4a7..c04fd5a695d154fdbafd83e8ade346151d5454aa 100644 |
--- a/third_party/WebKit/Source/platform/inspector_protocol/InspectorProtocol_cpp.template |
+++ b/third_party/WebKit/Source/platform/inspector_protocol/InspectorProtocol_cpp.template |
@@ -1,5 +1,10 @@ |
+// This file is generated. |
+ |
// Copyright 2016 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "{{config.lib_package}}/InspectorProtocol.h" |
+#include "{{config.protocol.package}}/InspectorProtocol.h" |
+ |
+#include <algorithm> |
+#include <cmath> |