include algoritm
This commit is contained in:
parent
c9f36d34a4
commit
22c770d90f
1 changed files with 4 additions and 2 deletions
|
@ -4,12 +4,14 @@
|
|||
# include "../config.h"
|
||||
#endif // HAVE_CONFIG_H
|
||||
|
||||
#include "property.hh"
|
||||
#include "display.hh"
|
||||
|
||||
extern "C" {
|
||||
#include <assert.h>
|
||||
}
|
||||
|
||||
#include "property.hh"
|
||||
#include "display.hh"
|
||||
#include <algorithm>
|
||||
|
||||
namespace otk {
|
||||
|
||||
|
|
Loading…
Reference in a new issue