1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2025-07-01 08:47:36 +00:00

Fix build

This commit is contained in:
glucaci
2016-12-19 12:12:58 +01:00
parent f6653e0075
commit 01b928f29e

View File

@ -1,6 +1,7 @@
using System; using System;
using System.Collections.ObjectModel; using System.Collections.ObjectModel;
using System.Collections.Generic; using System.Collections.Generic;
using LibMpc.Types;
namespace LibMpc namespace LibMpc
{ {