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"
|
# include "../config.h"
|
||||||
#endif // HAVE_CONFIG_H
|
#endif // HAVE_CONFIG_H
|
||||||
|
|
||||||
|
#include "property.hh"
|
||||||
|
#include "display.hh"
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "property.hh"
|
#include <algorithm>
|
||||||
#include "display.hh"
|
|
||||||
|
|
||||||
namespace otk {
|
namespace otk {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue