routerkeygen / routerkeygenPC

Qt Port for Linux, Mac OSX and Windows
GNU General Public License v3.0
291 stars 89 forks source link

Build failure: missing "algorithms/MeoPirelliKeygen.h" #18

Closed RealEnder closed 9 years ago

RealEnder commented 9 years ago

Building last head on linux:

[ 85%] Building CXX object src/CMakeFiles/routerkeygen.dir/WirelessMatcher.cpp.o /home/alex/c/routerkeygenPC/src/WirelessMatcher.cpp:64:41: fatal error: algorithms/MeoPirelliKeygen.h: No such file or directory

include "algorithms/MeoPirelliKeygen.h"

                                     ^

compilation terminated.

RealEnder commented 9 years ago

It now builds OK. Thanks!