ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / src / header.h
diff --git a/Bouncer/src/header.h b/Bouncer/src/header.h
new file mode 100644 (file)
index 0000000..e285ce5
--- /dev/null
@@ -0,0 +1,18 @@
+#include <ricxfcpp/xapp.hpp>
+#include <ricxfcpp/config.hpp>
+#include<ricxfcpp/RestClient.h>
+#include <rmr/RIC_message_types.h>
+#include<vector>
+#include<string>
+#include<iostream>
+#include <rapidjson/document.h>
+#include <rapidjson/writer.h>
+#include <rapidjson/stringbuffer.h>
+#include <rapidjson/schema.h>
+#include <rapidjson/reader.h>
+#include <rapidjson/prettywriter.h>
+#include<sstream>
+#include "../e2ap/headers/E2AP-PDU.h"
+using namespace rapidjson;
+using namespace std;
+using namespace xapp;