How can I make sure the correct include (Http.h) is used?

hi,
I try to include epics Http.h Header but if I simply use

#include "Http.h"

It include another one form Windows… Is there a way to fix it ? (In best case without using the absolute path)

#include “Runtime/Online/HTTP/Public/Http.h”