From e21204e0b6afd41e325c1ff22eaea90591bde9e1 Mon Sep 17 00:00:00 2001 From: Orkhan Alikhanov Date: Sun, 24 Sep 2017 15:21:59 +0400 Subject: [PATCH] Fixed not compiling in linux --- Sources/Route.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sources/Route.swift b/Sources/Route.swift index 3173cda..82c6a7f 100644 --- a/Sources/Route.swift +++ b/Sources/Route.swift @@ -6,6 +6,8 @@ // Copyright © 2017 BiAtoms. All rights reserved. // +import Foundation + public typealias RouteHandler = (Request) throws -> Response open class Route { open let method: String