diff options
Diffstat (limited to 'mesonbuild/templates/objcpptemplates.py')
-rw-r--r-- | mesonbuild/templates/objcpptemplates.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mesonbuild/templates/objcpptemplates.py b/mesonbuild/templates/objcpptemplates.py index 11a5091..450f2b0 100644 --- a/mesonbuild/templates/objcpptemplates.py +++ b/mesonbuild/templates/objcpptemplates.py @@ -11,6 +11,8 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +from __future__ import annotations + from mesonbuild.templates.sampleimpl import SampleImpl import re |