Don't include <auto_ptr.h> if compiling with Clang/libc++ (auto_ptr.h doesn't exist)
This commit is contained in:
2
rtgui/darkframe.h
Normal file → Executable file
2
rtgui/darkframe.h
Normal file → Executable file
@@ -19,7 +19,9 @@
|
||||
#ifndef _DARKFRAME_H_
|
||||
#define _DARKFRAME_H_
|
||||
|
||||
#ifndef __clang__
|
||||
#include <auto_ptr.h>
|
||||
#endif
|
||||
#include <gtkmm.h>
|
||||
#include "toolpanel.h"
|
||||
#include "../rtengine/rawimage.h"
|
||||
|
Reference in New Issue
Block a user