Skip to content

Commit 6449473

Browse files
committed
[*] Fix compilation issues on Linux
1 parent 38c01b2 commit 6449473

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/executeBaton.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
#include "connection.h"
44
#include "outParam.h"
55
#include <iostream>
6+
#include <string.h>
7+
#include <cmath>
68
using namespace std;
79

810
ExecuteBaton::ExecuteBaton(Connection* connection, const char* sql, v8::Local<v8::Array>* values, v8::Handle<v8::Function>* callback) {
@@ -289,4 +291,4 @@ void ExecuteBaton::GetVectorParam(ExecuteBaton* baton, arrayParam_t* arrParam, L
289291
else {
290292
baton->error = new std::string("The type of the first element in the input array is not supported");
291293
}
292-
}
294+
}

0 commit comments

Comments
 (0)