diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-11-13 09:13:32 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-11-13 09:13:32 -0500 |
commit | af51fb5bdfd9c338b7cf8b75b792e04a2667af5e (patch) | |
tree | 0d6baf72acf05d263dcd8ed0b13888fb6265df81 /alee-standalone.cpp | |
parent | 5162349f925dfc48f7269538b9cdb1c06df8d5ff (diff) |
add LIBALEE_SECTION; minor fixes
Diffstat (limited to 'alee-standalone.cpp')
-rw-r--r-- | alee-standalone.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alee-standalone.cpp b/alee-standalone.cpp index 2ab9b71..9f5eae5 100644 --- a/alee-standalone.cpp +++ b/alee-standalone.cpp @@ -16,7 +16,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -#include "alee.hpp" +#include "libalee/alee.hpp" #include "splitmemdict.hpp" #include <array> |