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

Fix building with PCH disabled. #3102

Merged
merged 1 commit into from Oct 3, 2015
Merged

Fix building with PCH disabled. #3102

merged 1 commit into from Oct 3, 2015

Conversation

rohit-n
Copy link
Member

@rohit-n rohit-n commented Sep 28, 2015

No description provided.

@BhaaLseN
Copy link
Member

I don't think the point was adding Common.h back to all of these...and that one string.h include looks off too.

@@ -6,7 +6,7 @@

#include <atomic>
#include <mutex>
#include <string>
#include <string.h>

This comment was marked as off-topic.

@lioncash
Copy link
Member

I don't think the point was adding Common.h back to all of these...and that one string.h include looks off too.

Many are likely replaceable with cstring or cstdlib, there are some files that rely on the __forceinline definition though.

@rohit-n
Copy link
Member Author

rohit-n commented Sep 28, 2015

I included Common/Common.h mostly for _trans, UNUSED, and scm_rev_git_str.

@Parlane
Copy link
Member

Parlane commented Sep 28, 2015

@dolphin-emu-bot rebuild

1 similar comment
@Parlane
Copy link
Member

Parlane commented Sep 28, 2015

@dolphin-emu-bot rebuild

@dolphin-emu-bot
Copy link
Contributor

FifoCI detected that this change impacts graphical rendering. Here are the behavior differences detected by the system:

  • fortune-street-white-box on ogl-lin-mesa: diff
  • simpsons-tev on ogl-lin-nv: diff

automated-fifoci-reporter

@waddlesplash
Copy link
Contributor

LGTM

lioncash added a commit that referenced this pull request Oct 3, 2015
Fix building with PCH disabled.
@lioncash lioncash merged commit 5464e69 into dolphin-emu:master Oct 3, 2015
@rohit-n rohit-n deleted the build-pch branch October 3, 2015 20:23
@booto booto mentioned this pull request Oct 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
6 participants