Skip to content

Commit

Permalink
Merge pull request #67 from denilsonsa/cstdint
Browse files Browse the repository at this point in the history
Fixed error: ‘uint32_t’ was not declared in this scope
  • Loading branch information
partouf authored Dec 14, 2023
2 parents 49ad4ad + 0593b91 commit b5c0064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions OutputFormat/OutputFormat.Default.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <Groundfloor/Materials/FileWriter.h>
#include <regex>
#include <cmath>
#include <cstdint>

const char *c_OutputDefaultTimestampNotation = "%Y-%m-%d %H:%M:%S";

Expand Down
1 change: 1 addition & 0 deletions OutputFormat/OutputFormat.EDL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <Groundfloor/Materials/FileWriter.h>
#include <algorithm>
#include <cmath>
#include <cstdint>

const int reelnameMaxlength = 5;

Expand Down

0 comments on commit b5c0064

Please sign in to comment.