Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
97211ff0
Commit
97211ff0
authored
Mar 09, 2020
by
Jan Möbius
Browse files
Work around bitset VS2017 and ealrlier compiler bug
parent
b201b290
Changes
1
Show whitespace changes
Inline
Side-by-side
widgets/optionsWidget/optionsWidget.cc
View file @
97211ff0
...
@@ -39,9 +39,11 @@
...
@@ -39,9 +39,11 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
#ifdef _MSC_VER
#if (_MSC_VER <= 1916)
#define QT_NO_FLOAT16_OPERATORS
#endif
#endif
#include
<OpenFlipper/ACGHelper/DrawModeConverter.hh>
#include
<OpenFlipper/ACGHelper/DrawModeConverter.hh>
#include
<OpenFlipper/INIFile/INIFile.hh>
#include
<OpenFlipper/INIFile/INIFile.hh>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment