We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
stdexcept
1 parent bce2671 commit 847eebeCopy full SHA for 847eebe
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nbsdecoder.js",
3
- "version": "0.4.5",
+ "version": "0.4.6",
4
"description": "Node.js module for interacting with NUClear Binary Stream files",
5
"main": "nbsdecoder.js",
6
"types": "nbsdecoder.d.ts",
src/Packet.cpp
@@ -1,6 +1,8 @@
#include "Packet.hpp"
+#include <stdexcept>
+
namespace nbs {
7
8
Packet Packet::FromJsValue(const Napi::Value& jsPacket, const Napi::Env& env) {
src/Timestamp.cpp
#include "Timestamp.hpp"
namespace timestamp {
0 commit comments