Include the standardized <memory> instead of non-standard <auto_ptr.h>
This commit is contained in:
@@ -19,9 +19,7 @@
|
||||
#ifndef _ICMPANEL_
|
||||
#define _ICMPANEL_
|
||||
|
||||
#ifndef __clang__
|
||||
#include <auto_ptr.h>
|
||||
#endif
|
||||
#include <memory>
|
||||
#include <gtkmm.h>
|
||||
#include "adjuster.h"
|
||||
#include "guiutils.h"
|
||||
|
Reference in New Issue
Block a user