Skip to content

Commit

Permalink
fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
wootguy committed May 18, 2020
1 parent 0b69ea6 commit 2abcae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/ProgressMeter.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "ProgressMeter.h"
#include <string.h>
#include <stdio.h>

ProgressMeter::ProgressMeter() {
progress_total = progress = 0;
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ void print_stat_mem(int indent, int bytes, const char* data) {
}


void print_delete_stats(int indent, STRUCTCOUNT& stats) {
void print_delete_stats(int indent, STRUCTCOUNT stats) {
print_stat(indent, stats.models, "model");
print_stat(indent, stats.planes, "plane");
print_stat(indent, stats.verts, "vertex");
Expand Down

0 comments on commit 2abcae1

Please sign in to comment.