Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Obj-C proxy fails to compile due to a missing #include <vector> in its header file #71

Closed
yevgenyk opened this issue Apr 12, 2015 · 1 comment

Comments

@yevgenyk
Copy link

Djinni snippet:
network = interface +o +j {
download(params: map<network_params, string>): http_response;
}

This line fails to find std::vector:
@autoreleasepool {
std::vector<NSNumber *> cpp_paramsTempKeyVector;

Adding

include in its header file fixes the problem.

This broke recently, it used to work.

@j4cbo
Copy link
Contributor

j4cbo commented Apr 13, 2015

Fixed by 762a27b

@j4cbo j4cbo closed this as completed Apr 13, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants