diff options
Diffstat (limited to 'protocols/Discord/src/stdafx.cxx')
-rw-r--r-- | protocols/Discord/src/stdafx.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/Discord/src/stdafx.cxx b/protocols/Discord/src/stdafx.cxx index 52b06cb953..18d309a1f6 100644 --- a/protocols/Discord/src/stdafx.cxx +++ b/protocols/Discord/src/stdafx.cxx @@ -15,4 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "stdafx.h"
\ No newline at end of file +#include "stdafx.h"
+
+#pragma comment(lib, "opus.lib")
|