Don't include <auto_ptr.h> if compiling with Clang/libc++ (auto_ptr.h doesn't exist)

This commit is contained in:
torger
2014-03-20 18:32:06 +01:00
parent dcf9d7c0ce
commit f75ac347ea
3 changed files with 6 additions and 1 deletions

View File

@@ -19,8 +19,9 @@
#ifndef _ICMPANEL_
#define _ICMPANEL_
#ifndef __clang__
#include <auto_ptr.h>
#endif
#include <gtkmm.h>
#include "adjuster.h"
#include "guiutils.h"