Skip to content

Commit

Permalink
fix(addon): build error on cflinuxfs4, closes #307
Browse files Browse the repository at this point in the history
Error: ‘condition_variable’ in namespace ‘std’ does not name a type occurs on cflinuxfs4 during
node-rfc build from source, like when running npm  run cpp or npm install in cloned node-rfc
repository

#307
  • Loading branch information
bsrdjan committed Oct 25, 2023
1 parent f9c1382 commit 228b11b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/cpp/Log.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#ifndef NodeRfc_Log_H
#define NodeRfc_Log_H

#include <sapnwrfc.h>
#include <fstream>
#include <initializer_list>
#include <string>
Expand Down
1 change: 1 addition & 0 deletions src/cpp/server_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#define NodeRfc_ServerAPI_H

#include <napi.h>
#include <condition_variable>
#include "Server.h"
#include "nwrfcsdk.h"

Expand Down

0 comments on commit 228b11b

Please sign in to comment.