Refurbish last merge. Fix compile for standalone and libcwd.
This commit is contained in:
@@ -32,7 +32,12 @@
|
|||||||
#ifndef LL_LLPNGWRAPPER_H
|
#ifndef LL_LLPNGWRAPPER_H
|
||||||
#define LL_LLPNGWRAPPER_H
|
#define LL_LLPNGWRAPPER_H
|
||||||
|
|
||||||
|
#ifdef LL_STANDALONE
|
||||||
|
#include <png.h>
|
||||||
|
#else
|
||||||
|
// Workaround for wrongly packaged prebuilt.
|
||||||
#include "libpng15/png.h"
|
#include "libpng15/png.h"
|
||||||
|
#endif
|
||||||
#include "llimage.h"
|
#include "llimage.h"
|
||||||
|
|
||||||
class LLPngWrapper
|
class LLPngWrapper
|
||||||
|
|||||||
@@ -37,6 +37,7 @@
|
|||||||
#include "apr_poll.h"
|
#include "apr_poll.h"
|
||||||
|
|
||||||
#include "llapr.h"
|
#include "llapr.h"
|
||||||
|
#include "llaprpool.h"
|
||||||
#include "llareslistener.h"
|
#include "llareslistener.h"
|
||||||
|
|
||||||
#if defined(LL_WINDOWS)
|
#if defined(LL_WINDOWS)
|
||||||
|
|||||||
@@ -25,8 +25,8 @@
|
|||||||
* $/LicenseInfo$
|
* $/LicenseInfo$
|
||||||
* @endcond
|
* @endcond
|
||||||
*/
|
*/
|
||||||
#include "llqtwebkit.h"
|
|
||||||
#include "linden_common.h"
|
#include "linden_common.h"
|
||||||
|
#include "llqtwebkit.h"
|
||||||
#include "indra_constants.h" // for indra keyboard codes
|
#include "indra_constants.h" // for indra keyboard codes
|
||||||
|
|
||||||
#include "lltimer.h"
|
#include "lltimer.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user