X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/4c346b97338163448e1a684bd1b5d53271f34cd6..37324ea9b8c06d96b9383be993da02a01f103253:/projects/stargazer/plugins/other/rscript/nrmap_parser.h?ds=sidebyside

diff --git a/projects/stargazer/plugins/other/rscript/nrmap_parser.h b/projects/stargazer/plugins/other/rscript/nrmap_parser.h
index e7cb44c2..82e7edb7 100644
--- a/projects/stargazer/plugins/other/rscript/nrmap_parser.h
+++ b/projects/stargazer/plugins/other/rscript/nrmap_parser.h
@@ -29,8 +29,7 @@
 
 #include <string>
 #include <vector>
-
-#include "stg/os_int.h"
+#include <cstdint>
 
 struct NET_ROUTER
 {
@@ -60,8 +59,8 @@ public:
     ~NRMapParser() {}
 
     bool ReadFile(const std::string & fileName);
-    const std::vector<NET_ROUTER> & GetMap() const { return nrmap; };
-    const std::string & GetErrorStr() const { return errorStr; };
+    const std::vector<NET_ROUTER> & GetMap() const { return nrmap; }
+    const std::string & GetErrorStr() const { return errorStr; }
 
 private:
     NRMapParser(const NRMapParser & rvalue);