Fix missing include guards

This commit is contained in:
Flössie
2019-07-12 08:10:30 +02:00
parent 3b78a5c227
commit 494aa99323
3 changed files with 15 additions and 6 deletions

View File

@@ -15,6 +15,7 @@
* with ICC profiles exceeding 64K bytes in size. See iccprofile.c
* for details.
*/
#pragma once
#include <cstdio> /* needed to define "FILE", "NULL" */
#include "jpeglib.h"