Commit | Line | Data |
---|---|---|
5bf2601c VM |
1 | From 0235c2b657d936f3cdb09053776e5929fc84704b Mon Sep 17 00:00:00 2001 |
2 | From: Tomas Popela <tomas.popela@gmail.com> | |
3 | Date: Wed, 31 Jan 2018 18:57:07 +0000 | |
4 | Subject: [PATCH] Add missing stdint include | |
5 | ||
6 | diff --git a/chrome/browser/vr/sample_queue.cc b/chrome/browser/vr/sample_queue.cc | |
7 | index 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 | -- | |
20 | 2.16.2 | |
21 |