aboutsummaryrefslogtreecommitdiff
path: root/src/libGLESv2/Fence.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libGLESv2/Fence.cpp')
-rw-r--r--src/libGLESv2/Fence.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libGLESv2/Fence.cpp b/src/libGLESv2/Fence.cpp
index 31d149d6..c1480fb0 100644
--- a/src/libGLESv2/Fence.cpp
+++ b/src/libGLESv2/Fence.cpp
@@ -1,4 +1,3 @@
-#include "precompiled.h"
//
// Copyright (c) 2002-2013 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
@@ -18,6 +17,7 @@
// We still opt to use QPC. In the present and moving forward, most newer systems will not suffer
// from buggy implementations.
+#include "libGLESv2/common_includes.h"
#include "libGLESv2/Fence.h"
#include "libGLESv2/renderer/FenceImpl.h"
#include "libGLESv2/renderer/Renderer.h"