void-packages/srcpkgs/qt6-pdf/patches/0123-fix-argument_spec-isna...

12 lines
369 B
Diff

--- a/src/3rdparty/chromium/extensions/renderer/bindings/argument_spec.cc
+++ b/src/3rdparty/chromium/extensions/renderer/bindings/argument_spec.cc
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <cmath>
+
#include "extensions/renderer/bindings/argument_spec.h"
#include <cmath>