Fix missing include guards
This commit is contained in:
parent
3b78a5c227
commit
494aa99323
@ -16,10 +16,14 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with RawTherapee. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include <string>
|
||||
#include <glibmm/ustring.h>
|
||||
#include <map>
|
||||
#pragma once
|
||||
|
||||
#include <cmath>
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
#include <glibmm/ustring.h>
|
||||
|
||||
#include "pixelsmap.h"
|
||||
#include "rawimage.h"
|
||||
|
||||
|
@ -16,10 +16,14 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with RawTherapee. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include <string>
|
||||
#include <glibmm/ustring.h>
|
||||
#include <map>
|
||||
#pragma once
|
||||
|
||||
#include <cmath>
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
#include <glibmm/ustring.h>
|
||||
|
||||
#include "rawimage.h"
|
||||
|
||||
namespace rtengine
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user