Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Includes Error #15

Closed
Spottimus opened this issue Jan 10, 2015 · 4 comments
Closed

Includes Error #15

Spottimus opened this issue Jan 10, 2015 · 4 comments

Comments

@Spottimus
Copy link

  • I had errors while trying to start using restclient-cpp within my own project due to missing includes. These are all the includes required to work for me.
#include <libcurl\curl.h>
#include <string>
#include <map>
#include <cstdlib>
#include "meta.h"
#include <algorithm>
#include <iostream>
#include <functional>
#include <locale>
#include <numeric>
#include <cctype>
@Spottimus Spottimus changed the title forgotten incldes Includes Error Jan 10, 2015
@salehi
Copy link

salehi commented Mar 22, 2015

You have to give more information about the error in order to we can understand what is your problem.
paste the output in a paste service or Gist and link it here.

@mrtazz
Copy link
Owner

mrtazz commented Mar 25, 2015

I second what @salehi said. Could you please provide more information about what the problem is here? A gist of example code and the error would be great.

@salehi
Copy link

salehi commented May 10, 2015

@mrtazz Forget it, I just suggested him to be better reporter :)

@mrtazz
Copy link
Owner

mrtazz commented Aug 9, 2015

Closing this for now. If the problem persists, please reopen with a more detailed error description and some debug output.

@mrtazz mrtazz closed this as completed Aug 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants