From 22c770d90f8e6dae0bb49ee375ff8234d3831705 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 6 Nov 2002 06:12:25 +0000 Subject: [PATCH] include algoritm --- otk/property.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/otk/property.cc b/otk/property.cc index 5425f8df..3ce90225 100644 --- a/otk/property.cc +++ b/otk/property.cc @@ -4,12 +4,14 @@ # include "../config.h" #endif // HAVE_CONFIG_H +#include "property.hh" +#include "display.hh" + extern "C" { #include } -#include "property.hh" -#include "display.hh" +#include namespace otk { -- 2.39.2