c9s / r3

libr3 is a high-performance path dispatching library. It compiles your route paths into a prefix tree (trie). By using the constructed prefix trie in the start-up time, you may dispatch your routes with efficiency
http://c9s.github.com/r3/bench.html
MIT License
813 stars 83 forks source link

Add include headers #98

Closed phynalle closed 7 years ago

phynalle commented 8 years ago

You get a compiler error after install because "memory.h" isn't copied to include directory. I added "include/memory.h" to r3_include_headers in "Makefile.am" and "package.json" also to make install work well.

c9s commented 7 years ago

thanks