Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Jan 30, 2024
2 parents 64e4ce9 + b899536 commit 34b3cc3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/mmg3d/libmmg3d_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
#ifndef LIBMMG3D_PRIVATE_H
#define LIBMMG3D_PRIVATE_H

#ifndef __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS
#endif

#include <inttypes.h>

#include "libmmgcommon_private.h"
#include "PRoctree_3d_private.h"

Expand Down

0 comments on commit 34b3cc3

Please sign in to comment.