Support UNUSED and put inttypes.h into system search pattern

This commit is contained in:
Lane Roathe 2019-11-15 18:08:15 -08:00
parent 8e4d6986fc
commit ac3517fc69

7
qasm.h
View File

@ -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;