mirror of
https://github.com/marketideas/qasm.git
synced 2024-12-26 23:29:22 +00:00
Support UNUSED and put inttypes.h into system search pattern
This commit is contained in:
parent
8e4d6986fc
commit
ac3517fc69
7
qasm.h
7
qasm.h
@ -1,11 +1,16 @@
|
||||
#pragma once
|
||||
#include "inttypes.h"
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "palPoco.h"
|
||||
#include "pallogger.h"
|
||||
#include "eventtask.h"
|
||||
#include "baseapp.h"
|
||||
#include "httpserver.h"
|
||||
|
||||
#ifndef UNUSED
|
||||
#define UNUSED (void)
|
||||
#endif
|
||||
|
||||
#define CLASS PAL_APPCLASS
|
||||
using namespace PAL_NAMESPACE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user