Add correct vcpkg #includes;
This commit is contained in:
parent
918ea33506
commit
a7ba273be1
@ -22,7 +22,8 @@
|
|||||||
|
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include "image.h"
|
#include "image.h"
|
||||||
#include "png/png.h"
|
//#include "png/png.h"
|
||||||
|
#include "libpng16/png.h"
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <Wincodec.h>
|
#include <Wincodec.h>
|
||||||
|
|||||||
@ -29,7 +29,11 @@ Eksoppsvägen 16, SE-75646 UPPSALA, Sweden
|
|||||||
#include "oEvent.h"
|
#include "oEvent.h"
|
||||||
#include "xmlparser.h"
|
#include "xmlparser.h"
|
||||||
|
|
||||||
#include "restbed/restbed"
|
//#include "restbed/restbed"
|
||||||
|
//Error C4996 'restbed::Http': HTTP client is deprecated; we will release a complimentary client framework at a future date.
|
||||||
|
#pragma warning(suppress : 4996)
|
||||||
|
#include "restbed"
|
||||||
|
|
||||||
#include "meosexception.h"
|
#include "meosexception.h"
|
||||||
#include "restserver.h"
|
#include "restserver.h"
|
||||||
#include "infoserver.h"
|
#include "infoserver.h"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user