Skip to content

Commit

Permalink
qd: restore ability to work with older versios of MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Dec 17, 2021
1 parent 59a3b2c commit 8fcf9c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions quad_double/qd/src/dd_real.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <iostream>
#include <iomanip>
#include <string>
#include <algorithm>

#include "config.h"
#include <qd/dd_real.h>
Expand Down
1 change: 1 addition & 0 deletions quad_double/qd/src/qd_real.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <iostream>
#include <iomanip>
#include <string>
#include <algorithm>

#include "config.h"
#include <qd/qd_real.h>
Expand Down

0 comments on commit 8fcf9c6

Please sign in to comment.