From a07455c175db33d8d95bc5cd83738808d74cd105 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 11 Mar 2021 09:14:30 -0800 Subject: Add Linux support to `platform` and `gfx`. (#1744) --- examples/gpu-printing/gpu-printing.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/gpu-printing/gpu-printing.cpp') diff --git a/examples/gpu-printing/gpu-printing.cpp b/examples/gpu-printing/gpu-printing.cpp index 7503c8e03..f1e842e95 100644 --- a/examples/gpu-printing/gpu-printing.cpp +++ b/examples/gpu-printing/gpu-printing.cpp @@ -3,6 +3,8 @@ #include +#include + // This file implements the CPU side of a simple GPU printing // library. The CPU code is responsible for scanning through // buffers of "print commands" produced by GPU shaders, and -- cgit v1.2.3