Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Fix iomanip not found issue #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wuxiaohua1011
Copy link

Fixes error such as

fusion-engine-driver/./utils/conversion_utils.hpp:187:41: error: ‘setprecision’ is not a member of ‘std’
  187 |     oss << degree << std::fixed << std::setprecision(2) << minute << "," << direction;

@anathan
Copy link
Member

anathan commented Jun 28, 2023

Thanks for the patch. Would you be able to revert the format changes in your PR?

@wuxiaohua1011
Copy link
Author

Sorry about that, done

Thanks for the patch. Would you be able to revert the format changes in your PR?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants