Skip to content

Commit

Permalink
Adds cassert header to TimePos.cpp
Browse files Browse the repository at this point in the history
	- Adds header to use assert() on TimePos.cpp
  • Loading branch information
IanCaio committed Oct 18, 2023
1 parent 31a2bd3 commit 43018d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/TimePos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
*
*/

#include <cassert>
#include "TimePos.h"

#include "MeterModel.h"
Expand Down

0 comments on commit 43018d7

Please sign in to comment.