X-Git-Url: https://git.piment-noir.org/?p=lsystem3d.git;a=blobdiff_plain;f=src%2Fmodel.cpp;h=20dc567e384ea80449d895e7285af5f4ce85de3b;hp=9a8554b8dfa0494194c782cffcaf89a07e379c92;hb=1a372e99786b50b48ed0158b4adcb276cf945a9e;hpb=3d90821addedaf86690810ab6908e76785ba75b1 diff --git a/src/model.cpp b/src/model.cpp index 9a8554b..20dc567 100644 --- a/src/model.cpp +++ b/src/model.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2006 Erik Dahlberg // -// This file is part of LSystem3d. +// This file is part of LSystem3D. // // LSystem3D is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -28,6 +28,8 @@ #include "model.h" #include "vector.h" +using namespace std; + /**