CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
nss: added .signature
[ports/opt-arm.git] / chromium / chromium-stdint.patch
CommitLineData
5bf2601c
VM
1From 0235c2b657d936f3cdb09053776e5929fc84704b Mon Sep 17 00:00:00 2001
2From: Tomas Popela <tomas.popela@gmail.com>
3Date: Wed, 31 Jan 2018 18:57:07 +0000
4Subject: [PATCH] Add missing stdint include
5
6diff --git a/chrome/browser/vr/sample_queue.cc b/chrome/browser/vr/sample_queue.cc
7index c2ca777ce90c..53cb3aab1576 100644
8--- a/chrome/browser/vr/sample_queue.cc
9+++ b/chrome/browser/vr/sample_queue.cc
10@@ -2,6 +2,8 @@
11 // Use of this source code is governed by a BSD-style license that can be
12 // found in the LICENSE file.
13
14+#include <stdint.h>
15+
16 #include "chrome/browser/vr/sample_queue.h"
17
18 namespace vr {
19--
202.16.2
21