Skip to content

Commit

Permalink
Include assert.h in Constellation.cpp and Transition.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
BatchDrake committed Aug 16, 2019
1 parent f41c292 commit 5b709d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Constellation.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

//
// filename: description
// Copyright (C) 2018 Gonzalo José Carracedo Carballal
Expand All @@ -20,6 +21,7 @@
#include "Constellation.h"

#include <QPainter>
#include <assert.h>

#define CROSS_MARK_REL_DIM .1f

Expand Down
1 change: 1 addition & 0 deletions Transition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "Transition.h"

#include <QPainter>
#include <assert.h>

#define CROSS_MARK_REL_DIM .1f

Expand Down

0 comments on commit 5b709d6

Please sign in to comment.