From da71823a3ec5d09e494db4e9e54fe310b0c24ee6 Mon Sep 17 00:00:00 2001 From: curt <curt> Date: Thu, 8 Jan 2004 21:35:56 +0000 Subject: [PATCH] Tweak to build with latest simgear cvs. --- src/Prep/Photo/findcorners.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Prep/Photo/findcorners.cxx b/src/Prep/Photo/findcorners.cxx index d5893d2d..b6dc6e95 100644 --- a/src/Prep/Photo/findcorners.cxx +++ b/src/Prep/Photo/findcorners.cxx @@ -6,6 +6,8 @@ #include <iostream> +#include <plib/sg.h> + SG_USING_STD(cout); SG_USING_STD(endl);