blob: 068579718712c9910c9b62c82e89450f118e722e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- claw/jpeg.hpp.orig 2012-11-03 13:42:10.000000000 +0400
+++ claw/jpeg.hpp 2012-12-05 20:19:48.425932765 +0400
@@ -34,6 +34,7 @@
#include <setjmp.h>
#include <iostream>
#include <string>
+#include <cstdio>
extern "C"
{
|