mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Fix stdc limit macros error
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef __STDC_LIMIT_MACROS
|
||||
#define __STDC_LIMIT_MACROS 1
|
||||
#endif
|
||||
#include <stdint.h>
|
||||
|
||||
#include "ripple_websocket.h"
|
||||
|
||||
// Unity build file for websocket
|
||||
|
||||
Reference in New Issue
Block a user