summaryrefslogtreecommitdiff
path: root/chromium/ui/gl/scoped_cgl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/gl/scoped_cgl.cc')
-rw-r--r--chromium/ui/gl/scoped_cgl.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/ui/gl/scoped_cgl.cc b/chromium/ui/gl/scoped_cgl.cc
index db7a62e2185..6be02ab3afc 100644
--- a/chromium/ui/gl/scoped_cgl.cc
+++ b/chromium/ui/gl/scoped_cgl.cc
@@ -3,6 +3,9 @@
// found in the LICENSE file.
#include "ui/gl/scoped_cgl.h"
+
+#include <ostream>
+
#include "base/check_op.h"
namespace gl {