Refactored units definitions, added the remaining SI base units, refactored header includes

This commit is contained in:
Mateusz Pusz
2019-04-09 21:31:09 +01:00
parent dd9f1b20cb
commit d78508a02f
17 changed files with 326 additions and 65 deletions

View File

@ -20,7 +20,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "units/si/velocity.h"
#include <units/velocity.h>
#include <iostream>
namespace {