mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
5 lines
212 B
C++
5 lines
212 B
C++
// The sole purpose of this file is to include httplib.h in a separate
|
|
// compilation unit, thus verifying that inline keywords have not been forgotten
|
|
// when linked together with test.cc.
|
|
|
|
#include <httplib.h>
|