diff options
Diffstat (limited to 'mesonbuild/templates/cpptemplates.py')
-rw-r--r-- | mesonbuild/templates/cpptemplates.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mesonbuild/templates/cpptemplates.py b/mesonbuild/templates/cpptemplates.py index 61c2737..6e97761 100644 --- a/mesonbuild/templates/cpptemplates.py +++ b/mesonbuild/templates/cpptemplates.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 |