diff options
| author | Jacob Palecki <[email protected]> | 2020-08-03 13:21:20 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-08-03 13:21:20 -0700 |
| commit | e13fe36fc04eb01bdc21cf90378d3c7c03d26a55 (patch) | |
| tree | 6b7b9b28ed970609dbeaff32352ec909dfcda98c /common/rawaccel.hpp | |
| parent | Add tool menu to enable\disable charts (diff) | |
| parent | Merge pull request #8 from a1xd/read (diff) | |
| download | rawaccel-e13fe36fc04eb01bdc21cf90378d3c7c03d26a55.tar.xz rawaccel-e13fe36fc04eb01bdc21cf90378d3c7c03d26a55.zip | |
Merge branch 'master' into GUI
Diffstat (limited to 'common/rawaccel.hpp')
| -rw-r--r-- | common/rawaccel.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rawaccel.hpp b/common/rawaccel.hpp index 59a0360..474f2aa 100644 --- a/common/rawaccel.hpp +++ b/common/rawaccel.hpp @@ -4,7 +4,7 @@ #include <math.h> #include "x64-util.hpp" -#include "external/tagged-union-single.h" +#include "tagged-union-single.h" #include "accel-linear.hpp" #include "accel-classic.hpp" |