summaryrefslogtreecommitdiffstats
path: root/tksao/frame/line.C
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/line.C')
-rw-r--r--tksao/frame/line.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/line.C b/tksao/frame/line.C
index ec7b076..255e2a7 100644
--- a/tksao/frame/line.C
+++ b/tksao/frame/line.C
@@ -2,9 +2,9 @@
// Smithsonian Astrophysical Observatory, Cambridge, MA, USA
// For conditions of distribution and use, see copyright notice in "copyright"
+#include "util.h" // macos/win
#include "line.h"
#include "fitsimage.h"
-#include "util.h" // macos
Line::Line(Base* p, const Vector& ptr1, const Vector& ptr2)
: BaseLine(p, ptr1, ptr2)