Browse Source

__STDC_FORMAT_MACROS needs to be first

tags/v1.9.19
Anthony Scopatz Filipe Coelho <falktx@falktx.com> 4 years ago
parent
commit
a054008c7a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      common/JackAPI.cpp

+ 2
- 2
common/JackAPI.cpp View File

@@ -18,6 +18,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

*/

#define __STDC_FORMAT_MACROS 1
#include <inttypes.h>
#include "JackClient.h"
#include "JackError.h"
#include "JackGraphManager.h"
@@ -27,8 +29,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "JackTime.h"
#include "JackPortType.h"
#include <math.h>
#define __STDC_FORMAT_MACROS 1
#include <inttypes.h>

using namespace Jack;



Loading…
Cancel
Save