tpopela / rpms / chromium

Forked from rpms/chromium 6 years ago
Clone
e36a0c8
From 0235c2b657d936f3cdb09053776e5929fc84704b Mon Sep 17 00:00:00 2001
e36a0c8
From: Tomas Popela <tomas.popela@gmail.com>
e36a0c8
Date: Wed, 31 Jan 2018 18:57:07 +0000
e36a0c8
Subject: [PATCH] Add missing stdint include
e36a0c8
e36a0c8
diff --git a/chrome/browser/vr/sample_queue.cc b/chrome/browser/vr/sample_queue.cc
e36a0c8
index c2ca777ce90c..53cb3aab1576 100644
e36a0c8
--- a/chrome/browser/vr/sample_queue.cc
e36a0c8
+++ b/chrome/browser/vr/sample_queue.cc
e36a0c8
@@ -2,6 +2,8 @@
e36a0c8
 // Use of this source code is governed by a BSD-style license that can be
e36a0c8
 // found in the LICENSE file.
e36a0c8
 
e36a0c8
+#include <stdint.h>
e36a0c8
+
e36a0c8
 #include "chrome/browser/vr/sample_queue.h"
e36a0c8
 
e36a0c8
 namespace vr {
e36a0c8
-- 
e36a0c8
2.16.2
e36a0c8