We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3569ec7 commit 60a564aCopy full SHA for 60a564a
example/hello_units.cpp
@@ -28,8 +28,8 @@
28
#include <mp-units/format.h>
29
#include <mp-units/ostream.h>
30
#include <mp-units/systems/international/international.h>
31
-#include <mp-units/systems/isq/space_and_time.h>
32
-#include <mp-units/systems/si/unit_symbols.h>
+#include <mp-units/systems/isq/isq.h>
+#include <mp-units/systems/si/si.h>
33
#include <iostream>
34
35
using namespace mp_units;
0 commit comments