From 2695d42487d0e6bbfff5520117548a96b9148fa3 Mon Sep 17 00:00:00 2001
From: Stefan Bienert <stefan.bienert@unibas.ch>
Date: Tue, 7 Jun 2011 09:45:32 +0200
Subject: [PATCH] Fixed a typo which prevented compiling on non-Mac systems.

---
 modules/mol/base/pymod/export_coord_frame.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/mol/base/pymod/export_coord_frame.cc b/modules/mol/base/pymod/export_coord_frame.cc
index a63486e2a..16665e0bb 100644
--- a/modules/mol/base/pymod/export_coord_frame.cc
+++ b/modules/mol/base/pymod/export_coord_frame.cc
@@ -20,7 +20,7 @@
 using namespace boost::python;
 
 #include <ost/mol/coord_frame.hh>
-#include <ost/geom/Vec3.hh>
+#include <ost/geom/vec3.hh>
 #include <ost/mol/entity_handle.hh>
 
 using namespace ost;
-- 
GitLab