blob: 39b86aa1e8e747874f508e2f50c6ba17fbcc088f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- Loader.cxx.orig Mon Feb 6 13:45:24 2006
+++ Loader.cxx Mon Feb 6 13:45:04 2006
@@ -20,8 +20,10 @@
#include "Loader.hxx"
+extern "C" {
#include <png.h>
#include <jpeglib.h>
+}
void JpgLoader::Load(const std::string& filename,RGB& target,int x,int y)
{
|