Skip to content

Commit

Permalink
Adjust includes in common to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik committed Apr 15, 2020
1 parent 5c236aa commit 1c7b750
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/common/meshmodel.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@

#ifndef MESHMODEL_H
#define MESHMODEL_H
#include <common/gl_defs.h>

#include "gl_defs.h"

#include <stdio.h>
#include <time.h>
Expand Down
2 changes: 1 addition & 1 deletion src/common/ml_shared_data_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#ifndef __ML_SHARED_DATA_CONTEXT_H
#define __ML_SHARED_DATA_CONTEXT_H

#include <common/gl_defs.h>
#include "gl_defs.h"
#include <QTimer>

#include "ml_mesh_type.h"
Expand Down

0 comments on commit 1c7b750

Please sign in to comment.