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

Fatal Error While Compling include.h #40

Open
ubaidfayyaz opened this issue Feb 19, 2021 · 1 comment
Open

Fatal Error While Compling include.h #40

ubaidfayyaz opened this issue Feb 19, 2021 · 1 comment

Comments

@ubaidfayyaz
Copy link

fatal error: request/crossmargin/crossMarginGeneralReplayLoanOptionalRequest.h: No such file or directory
#include <request/crossmargin/crossMarginGeneralReplayLoanOptionalRequest.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@ubaidfayyaz
Copy link
Author

It looks like in include.h, the following lines have incorrect paths. Note the capitalization of M in crossMargin.

#include <request/crossmargin/crossMarginGeneralReplayLoanOptionalRequest.h>
#include <request/crossmargin/crossMarginGeneralReplayLoanRecordsOptionalRequest.h>

They need to be changed to the following:

#include <request/crossMargin/crossMarginGeneralReplayLoanOptionalRequest.h>
#include <request/crossMargin/crossMarginGeneralReplayLoanRecordsOptionalRequest.h>

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

1 participant