Skip to content

Commit

Permalink
Tidying of body and frametree: remove using namespace std, fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtribick committed Nov 26, 2024
1 parent abfee7e commit 17bd325
Show file tree
Hide file tree
Showing 20 changed files with 348 additions and 320 deletions.
3 changes: 3 additions & 0 deletions src/celengine/axisarrow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#include <algorithm>
#include <vector>
#include <celcompat/numbers.h>
#include <celephem/orbit.h>
#include <celephem/rotation.h>
#include <celmath/geomutil.h>
#include <celmath/mathlib.h>
#include <celmath/vecgl.h>
Expand All @@ -23,6 +25,7 @@
#include "render.h"
#include "selection.h"
#include "shadermanager.h"
#include "timeline.h"
#include "timelinephase.h"

using celestia::render::LineRenderer;
Expand Down
Loading

0 comments on commit 17bd325

Please sign in to comment.