From 9241816a71669368008d90d0ed1fb66c8a052305 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Sat, 14 Jul 2012 20:04:55 +0200 Subject: [PATCH] Include linden_common.h first. Needed for libcwd. --- indra/plugins/webkit/media_plugin_webkit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/plugins/webkit/media_plugin_webkit.cpp b/indra/plugins/webkit/media_plugin_webkit.cpp index 64a81c267..95ebd6757 100644 --- a/indra/plugins/webkit/media_plugin_webkit.cpp +++ b/indra/plugins/webkit/media_plugin_webkit.cpp @@ -25,8 +25,8 @@ * $/LicenseInfo$ * @endcond */ -#include "llqtwebkit.h" #include "linden_common.h" +#include "llqtwebkit.h" #include "indra_constants.h" // for indra keyboard codes #include "lltimer.h"